Re: libpq:Find Table Name - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: libpq:Find Table Name
Date
Msg-id 1241.1058194088@sss.pgh.pa.us
Whole thread Raw
In response to Re: libpq:Find Table Name  (Christoph Haller <ch@rodos.fzk.de>)
Responses Re: libpq:Find Table Name  (Adam Pigg <adam@piggz.fsnet.co.uk>)
List pgsql-interfaces
Christoph Haller <ch@rodos.fzk.de> writes:
>> Has anyone any suggestions on how i can achieve getting the table name
>> for a
>> filed in a result without having to parse the sql statement (which i
>> dont
>> think wold be easy).
>> 
> I very much doubt there is such thing, because the result may come from
> a complex join or a function.

There is support for this in PG 7.4, in the form of providing the table
OID for a column (when it's determinable).
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Darko Prenosil
Date:
Subject: Re: libpq:Find Table Name
Next
From: "Darko Prenosil"
Date:
Subject: Re: libpq:Find Table Name