Re: copying perms to another user

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: copying perms to another user
Дата
Msg-id 12833.1042517629@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: copying perms to another user  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: copying perms to another user  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> No, I mean that we don't drop the user.  You go:
> ALTER USER chriskl COPY PERMISSIONS FROM blah;

That seems cleaner to me than the DROP thingy.

You could only easily implement this in the current database --- but
since it's not a DROP, one could repeat it in each database as needed.
        regards, tom lane


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

Предыдущее
От: Barry Lind
Дата:
Сообщение: Bug: Re: [JDBC] Warning on transaction commit
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: copying perms to another user