Re: Changing user passwords

Поиск
Список
Период
Сортировка
От Bernie Huang
Тема Re: Changing user passwords
Дата
Msg-id 39902D01.A2C1A3B8@ec.gc.ca
обсуждение исходный текст
Ответ на Re: Changing user passwords  ("Nagy Laszlo Zsolt , KLTE TTK pm1" <nagylzs@dragon.klte.hu>)
Список pgsql-sql
Rob van der Leek wrote:

> A question about the ALTER USER command I couldn't find in the
> standard documentation:
>
> - How do I assign an 'undefined' password?
>
> ALTER USER nobody WITH PASSWORD "";
>
> works, but doesn't assign an undefined password to nobody (like the
> `pg_passwd nobody` command would do).
>
> DROP USER nobody; CREATE USER nobody;
>
> doesn't do the job either.
>
>

There is no space between:

eg; createuser whoever; dropuser whoever;


- Bernie

Вложения

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

Предыдущее
От: Keith Wong
Дата:
Сообщение: returning a recordset with pl/pgsql
Следующее
От: Ang Chin Han
Дата:
Сообщение: Re: Functions too slow, even with iscachable?