Re: Cannot connect to the database (PG 7.3)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cannot connect to the database (PG 7.3)
Дата
Msg-id 18236.1043628134@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Cannot connect to the database (PG 7.3)  (Michiel Lange <michiel@minas.demon.nl>)
Ответы Re: Cannot connect to the database (PG 7.3)  (Michiel Lange <michiel@minas.demon.nl>)
Список pgsql-admin
Michiel Lange <michiel@minas.demon.nl> writes:
> I get this error message:
> psql: FATAL:  permission denied

As near as I can tell, you must have some code that is trying to do
SET SESSION AUTHORIZATION --- which only a superuser is allowed to do.
Evidently user 20020003 isn't one.

            regards, tom lane

В списке pgsql-admin по дате отправления:

Предыдущее
От: Michiel Lange
Дата:
Сообщение: Cannot connect to the database (PG 7.3)
Следующее
От: "shreedhar"
Дата:
Сообщение: how sub queries and joins differs funcationally