Re: ALTER USER does not work

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: ALTER USER does not work
Дата
Msg-id web-2310405@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на Re: ALTER USER does not work  (pippo@bellnet.ca)
Список pgsql-novice
PJ.,

> >su pgsql
> >psql database
> >ALTER USER username WITH PASSWORD password NOCREATEDB NOCREATEUSER
> >
> >There is no error message.
> >I do restart posgresql and then check on Webmin. It always shows the
> same configuration for the username: Requires password? No; Can
> create databases? No; Can create users? No; Valid until Forever.
> >I can delete the username and when I create a new one with same name
> but with new password, the result is the same. :((
> CORRECTION!!! (I forgot to finish the command with the semicolon ";"
> and I did not enter the password with single quotes)
> However, I just tried again:

Sounds like your problem is with pg_hba.conf, not ALTER USER.   Wanna
post the non-commented portions of your pg_hba.conf file?

-Josh

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

Предыдущее
От: pippo@bellnet.ca
Дата:
Сообщение: Re: ALTER USER does not work
Следующее
От: Babu Khan
Дата:
Сообщение: Install postgres 7.2 on Mac problems