That doesn't help. It isn't a permission problem, the problem is my sql
has in it:
(select relname from pg_catalog.pg_class where pg_catalog.pg_class.oid =
relation)
and pg_class is local to the db I'm connected to, so I can't get names
of relations in other dbs.
On 01/09/2012 07:41 PM, Dave Cramer wrote:
> Try connecting to the postgres database as the postgres user.
>