Re: copying perms to another user

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: copying perms to another user
Дата
Msg-id GNELIHDDFBOCMGBFGEFOOEACCFAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: copying perms to another user  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: copying perms to another user  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
Список 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.

Could someone perhaps add it to TODO then (so I don't forget about it)?  I
can't promise that I can implement it...

Chris



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

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