On 2009-07-22, Andrew Klaassen <clawsoon(at)yahoo(dot)com> wrote:
> Hi,
>
> Is it possible to get table.column in query results rather than just column?
it is possible to get the OID of the table from libpq.
I don't think psql provides display of the table name as a
formatting option, and most wrapper around libpq seem to
ignore this feature.
if you can manipulate the query you can alias the column in
the query and hope that none of the tables or columns has a
dot in its name already!