Re: How to remove a user ?

Поиск
Список
Период
Сортировка
От Yves Dorfsman
Тема Re: How to remove a user ?
Дата
Msg-id H9vb5.73813$ef6.989161@news1.rdc1.ab.home.com
обсуждение исходный текст
Ответ на How to remove a user ?  ("Fred" <f.blomsma@chello.nl>)
Список pgsql-general
Fred <f.blomsma@chello.nl> wrote:

> How to remove a user  in postgres ?

either:

     dropuser username      (from the command line)

or

DROP USER username;         (as an SQL statement)



Yves.
----
Yves Dorfsman                                        dorfsmay@cuug.ab.ca
                                         http://www.cuug.ab.ca/~dorfsmay

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

Предыдущее
От: Brandon Ibach
Дата:
Сообщение: Load fails
Следующее
От: Yves Dorfsman
Дата:
Сообщение: Re: How to list and remove a user in postgres ?