CREATE USER ...

Поиск
Список
Период
Сортировка
От CRI74 - Fabien Combernous
Тема CREATE USER ...
Дата
Msg-id 41C16675.50904@cri74.fr
обсуждение исходный текст
Ответы Re: CREATE USER ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Hello,

I'm trying to create new user. What is wrong in this ?

template1=# CREATE USER sympa WITH UNENCRYPTED PASSWORD 'kiki'
NOCREATEDB NOCREATEUSER;
CREATE USER
template1=# \c - sympa
Password:
FATAL 1:  Password authentication failed for user "sympa"

Previous connection kept
template1=#

In log file i see : "verify_password: user 'sympa' not found in password
file."


Then to verify that user is created i tried this :
CREATE USER sympa WITH UNENCRYPTED PASSWORD 'kiki' NOCREATEDB NOCREATEUSER;
ERROR:  CREATE USER: user name "sympa" already exists
template1=#

--
IT ressources center of Haute Savoie
Saleve Building, International Business parc of Archamps, France
Tel : +33450315630 - Fax : +33450953817 - http://www.cri74.fr

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

Предыдущее
От: Sam Mortimer
Дата:
Сообщение: robust way of moving tables to a different disk??
Следующее
От: Stefan Sobernig
Дата:
Сообщение: Setting up PL/R - function calls fail