Re: pg_catalog permission problem - Mailing list pgsql-general

From Tom Lane
Subject Re: pg_catalog permission problem
Date
Msg-id 20638.1074488610@sss.pgh.pa.us
Whole thread Raw
In response to pg_catalog permission problem  (Chris Skaryd <CSkaryd@TheOPALGroup.com>)
List pgsql-general
Chris Skaryd <CSkaryd@TheOPALGroup.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: when I create a table, postgresql creates a new type
Next
From: Tom Lane
Date:
Subject: Re: Solution to UPDATE or INSERT Problem