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

From Christopher Kings-Lynne
Subject Re: copying perms to another user
Date
Msg-id GNELIHDDFBOCMGBFGEFOGEACCFAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: copying perms to another user  (Rod Taylor <rbt@rbt.ca>)
Responses Re: copying perms to another user  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> > Yeah good point...it wouldn't bother me if it were just current 
> database,
> > except that then it wouldn't be useful to use the DROP USER 
> command.  ALTER
> > USER or GRANT would be better.
> 
> How do you ALTER USER ... after they've been dropped?

No, I mean that we don't drop the user.  You go:

ALTER USER chriskl COPY PERMISSIONS FROM blah;

Sort of thing...

Chris



pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: copying perms to another user
Next
From: Barry Lind
Date:
Subject: Bug: Re: [JDBC] Warning on transaction commit