"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> If I use pgAdmin and run "SELECT catalog_name FROM
> Information_Schema.Schemata" I get data back as expected.
> If I connect via ODBC and issue the same query I don't see any data.
What userid are you connecting as under ODBC? Has it got privileges to
any of the schemas? The information_schema views generally hide objects
that you have no privileges for ...
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster