any way to remove a password?

Поиск
Список
Период
Сортировка
От Neil Berkman
Тема any way to remove a password?
Дата
Msg-id 53d8debb041013221756c0a68@mail.gmail.com
обсуждение исходный текст
Ответы Re: any way to remove a password?
Список pgsql-general
Is there any way to remove a password, specifically from the postgres
user?  I installed the 8.0 Windows version via the installer, and it
forces you to set a password.  I'd like to reset this so that there is
no password (basically, to match the setup on several other machines -
and no, for a number of reasons it's not feasible to just set
passwords on those other machines).

I know about the alter user command, but I haven't seen a way to use
it to remove a password.  I've tried:

alter user postgres with password '';
alter user postgres with password null;

The first one doesn't work and the second returns an error.

Does anyone know whether this is possible?  Thanks.

Neil

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

Предыдущее
От: Scott Frankel
Дата:
Сообщение: psycopg help
Следующее
От: "BARTKO, Zoltán"
Дата:
Сообщение: beta3 winxp initdb problems