Chris Skaryd <CSkaryd(at)TheOPALGroup(dot)com> writes:
> I have a Visual Basic application is accessing the same database. The same
> user can open a connection to the same database. When the same query is run
> the following error is thrown from Postgres:
> permission denied for schema pg_catalog
Hmmm ... better find out what queries your VB application is really
issuing. Turning on query logging in postgresql.conf might be
illuminating.
regards, tom lane