Re: Bug, Feature, or what else?

Поиск
Список
Период
Сортировка
От Виктор Егоров
Тема Re: Bug, Feature, or what else?
Дата
Msg-id CAGnEboh0irztEFK47CgF=jpx3VHCi-5LWjcA67RF2xLsn0q-nA@mail.gmail.com
обсуждение исходный текст
Ответ на Bug, Feature, or what else?  (Andreas Kretschmer <andreas@a-kretschmer.de>)
Список pgsql-general
2013/2/8 Andreas Kretschmer <andreas@a-kretschmer.de>
How can i drop a user as SUPERUSER (!) with all privileges?


A role cannot be removed if it is still referenced in any database of the cluster;
> an error will be raised if so. Before dropping the role, you must drop all the objects
> it owns (or reassign their ownership) and revoke any privileges the role has been
> granted. The REASSIGN OWNED and DROP OWNED commands can be useful for this purpose. 


--
Victor Y. Yegorov

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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Bug, Feature, or what else?
Следующее
От: Albe Laurenz
Дата:
Сообщение: Re: Decrease the time required function