Re: Cannot connect to the database (PG 7.3) - Mailing list pgsql-admin

From Tom Lane
Subject Re: Cannot connect to the database (PG 7.3)
Date
Msg-id 18236.1043628134@sss.pgh.pa.us
Whole thread Raw
In response to Cannot connect to the database (PG 7.3)  (Michiel Lange <michiel@minas.demon.nl>)
Responses Re: Cannot connect to the database (PG 7.3)  (Michiel Lange <michiel@minas.demon.nl>)
List 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 by date:

Previous
From: Michiel Lange
Date:
Subject: Cannot connect to the database (PG 7.3)
Next
From: "shreedhar"
Date:
Subject: how sub queries and joins differs funcationally