Re: copying perms to another user

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Rod Taylor" <rbt(at)rbt(dot)ca>
Cc: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: copying perms to another user
Date: 2003-01-14 03:01:42
Message-ID: GNELIHDDFBOCMGBFGEFOGEACCFAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Barry Lind 2003-01-14 04:12:31 Bug: Re: [JDBC] Warning on transaction commit
Previous Message Rod Taylor 2003-01-14 02:57:30 Re: copying perms to another user