[PHP-DEV] PHP 4.0 Bug #8499 Updated: pg_fieldname returns unqualified name From: jah <email protected>
Date: 01/04/01

ID: 8499
Updated by: jah
Reported By: ccasal <email protected>
Old-Status: Open
Status: Closed
Bug Type: PostgreSQL related
Assigned To:
Comments:

Nothing we can do. The PostgreSQL libraries return unqualified names.
Try psql and see the same thing happen.

Previous Comments:
---------------------------------------------------------------------------

[2000-12-31 08:26:19] ccasal <email protected>
pg_fieldname returns an unqualified name:

"select c.name, con.name from customers c, contacts con where con.customer_id = c.id"

pg_fieldname should return "c.name" for field 0 and "con.name" for field 1

I am using PostgreSQL 7.0.3 and PHP 4.0.4

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=8499

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>