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 1656.1043790202@sss.pgh.pa.us
Whole thread Raw
In response to Re: Cannot connect to the database (PG 7.3)  (Michiel Lange <michiel@minas.demon.nl>)
Responses Re: Cannot connect to the database (PG 7.3)  (Steve Crawford <scrawford@pinpointresearch.com>)
List pgsql-admin
Michiel Lange <michiel@minas.demon.nl> writes:
> It is, somehow, not possible to connect as a user which name is completely
> numeric.

I muttered "nonsense!" to myself, but darned if you're not right:

regression=# create user "12345";
CREATE USER
regression=# \q
$ psql -U 12345 regression
psql: FATAL:  SET SESSION AUTHORIZATION: permission denied

Will look into it.

            regards, tom lane

pgsql-admin by date:

Previous
From: Michiel Lange
Date:
Subject: Re: Cannot connect to the database (PG 7.3)
Next
From: Will LaShell
Date:
Subject: Re: Replication