Re: Feature request - Mailing list pgsql-general

From Tom Lane
Subject Re: Feature request
Date
Msg-id 19988.1209844198@sss.pgh.pa.us
Whole thread Raw
In response to Feature request  ("Scott Miller" <smiller@duels.com>)
List pgsql-general
"Scott Miller" <smiller@duels.com> writes:
> One problem I've had in development recently is the inability to get the
> aliased name of a table from a query.  We're using a PHP framework for
> querying, which internally uses pg_field_name to retrieve the select list
> field name, which is great.  There is alwo pg_table_name, to retrieve the
> table the field originated from.  The problem is that this returns the name
> of the table, unaliased.  If a query does a self join, you can't retrieve a
> distinguishing table alias name for that field.

Supporting this would require a protocol change (to allow an additional
field in the result description message).  So don't hold your breath :-(

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: custom C function problem
Next
From: Ge Cong
Date:
Subject: Re: large query by offset and limt