Обсуждение: Problem with create postgres user.

Поиск
Список
Период
Сортировка

Problem with create postgres user.

От
"KH Lim"
Дата:
Hi to All,
 
    Can anyone tell me how to create useable postgres user ID?
 
Problem
 
    I create the postgres user ID through postgres's CREATEUSER command. After the creation, I try to use psql -U <userID> to login this user ID to postgresql database server. But the server refuse the ID with some kind of this message 'The user ID is not in the system id context'.
 
Thank you in advance
 
Lim