Re: Metadata/ODBC query

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "jerry(dot)evans(at)chordia" <jerry(dot)evans(at)chordia(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Metadata/ODBC query
Date: 2008-02-16 14:21:23
Message-ID: 17452.1203171683@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"jerry(dot)evans(at)chordia" <jerry(dot)evans(at)chordia(dot)co(dot)uk> 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-02-16 14:27:07 Re: Metadata/ODBC query
Previous Message jerry.evans@chordia 2008-02-16 12:04:25 Metadata/ODBC query