Frank Church <pgsql(at)adontendev(dot)net> 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 itas PQftable() and PQftablecol().
regards, tom lane