Re: Cannot connect to the database (PG 7.3)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michiel Lange <michiel(at)minas(dot)demon(dot)nl>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Cannot connect to the database (PG 7.3)
Date: 2003-01-27 00:42:14
Message-ID: 18236.1043628134@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers

Michiel Lange <michiel(at)minas(dot)demon(dot)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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Carwyn Edwards 2003-01-27 05:06:13 Python DB-API problem with PostgresSQL pgdb.
Previous Message Michiel Lange 2003-01-27 00:25:06 Cannot connect to the database (PG 7.3)

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-01-27 00:57:43 Re: Windows Build System
Previous Message Michiel Lange 2003-01-27 00:25:06 Cannot connect to the database (PG 7.3)