Re: pg_catalog permission problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_catalog permission problem
Дата
Msg-id 20638.1074488610@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_catalog permission problem  (Chris Skaryd <CSkaryd@TheOPALGroup.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: when I create a table, postgresql creates a new type
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Solution to UPDATE or INSERT Problem