Re: copying perms to another user - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: copying perms to another user
Date
Msg-id GNELIHDDFBOCMGBFGEFOOEACCFAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: copying perms to another user  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: copying perms to another user  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: copying perms to another user
Next
From: "Dave Page"
Date:
Subject: Re: \d type queries - why not views in system catalog?!?