Re: Creating users in a second postgres server.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Creating users in a second postgres server.
Дата
Msg-id 2070.1068045482@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Creating users in a second postgres server.  ("skennedy" <skennedy@tissat.es>)
Ответы Re: Creating users in a second postgres server.  ("skennedy" <skennedy@tissat.es>)
Список pgsql-admin
"skennedy" <skennedy@tissat.es> writes:
> however, when I try and create a user  I get
> bash-2.03$ createuser idip_734
> Shall the new user be allowed to create databases? (y/n) y
> Shall the new user be allowed to create more new users? (y/n) n
> psql: FATAL 1:  user "p_sql734" does not exist

Looks to me like you are talking to the old server.  Perhaps you have
PGPORT set to 5432 in your environment?  Or you got your PATH wrong,
so that you are invoking the older copy of createuser, which will
naturally default to port 5432?

            regards, tom lane

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

Предыдущее
От: Jeff
Дата:
Сообщение: Re: performance problem - 10.000 databases
Следующее
От: Marek Florianczyk
Дата:
Сообщение: Re: performance problem - 10.000 databases