copying perms to another user

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: copying perms to another user
Date: 2003-01-14 02:40:34
Message-ID: GNELIHDDFBOCMGBFGEFOOEABCFAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2003-01-14 02:47:21 Re: copying perms to another user
Previous Message Christopher Kings-Lynne 2003-01-14 01:39:05 Re: \d type queries - why not views in system catalog?!?