Re: Cannot connect to the database (PG 7.3)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cannot connect to the database (PG 7.3)
Дата
Msg-id 1656.1043790202@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cannot connect to the database (PG 7.3)  (Michiel Lange <michiel@minas.demon.nl>)
Ответы Re: Cannot connect to the database (PG 7.3)
Список 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 по дате отправления:

Предыдущее
От: Michiel Lange
Дата:
Сообщение: Re: Cannot connect to the database (PG 7.3)
Следующее
От: Will LaShell
Дата:
Сообщение: Re: Replication