copying perms to another user

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема copying perms to another user
Дата
Msg-id GNELIHDDFBOCMGBFGEFOOEABCFAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответы Re: copying perms to another user  (Rod Taylor <rbt@rbt.ca>)
Re: copying perms to another user  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Often I need to remove a user and cede their permissions to someone else.
How about something like this:

DROP USER blah PERMISSIONS TO chriskl;

or maybe

GRANT ALL USER blah TO chriskl;

???

Chris



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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: \d type queries - why not views in system catalog?!?
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: copying perms to another user