Frank Church <pgsql@xxxxxxxxxxxxxx> writes: > Is there way to determine the table a query or a view's columns come from? Yeah, there's some support for that in the protocol. libpq exposes it as PQftable() and PQftablecol(). regards, tom lane
Frank Church <pgsql@xxxxxxxxxxxxxx> writes: > Is there way to determine the table a query or a view's columns come from? Yeah, there's some support for that in the protocol. libpq exposes it as PQftable() and PQftablecol(). regards, tom lane