copying perms to another user - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject copying perms to another user
Date
Msg-id GNELIHDDFBOCMGBFGEFOOEABCFAA.chriskl@familyhealth.com.au
Whole thread Raw
Responses Re: copying perms to another user  (Rod Taylor <rbt@rbt.ca>)
Re: copying perms to another user  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: \d type queries - why not views in system catalog?!?
Next
From: Rod Taylor
Date:
Subject: Re: copying perms to another user