Re: Role incompatibilities - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Role incompatibilities
Date
Msg-id 29107.1154113296@sss.pgh.pa.us
Whole thread Raw
In response to Re: Role incompatibilities  ("Clark C. Evans" <cce@clarkevans.com>)
List pgsql-hackers
"Clark C. Evans" <cce@clarkevans.com> writes:
> Sorry to ressurect this thread.  However, I've been playing with the new
> role system and I'd prefer to keep CURRENT_USER as the login user, and
> not making it a synonymn for CURRENT_ROLE.  In my application, I love the
> ability to "shed" privleges by "SET ROLE dataentry;".  However, I need
> CURRENT_USER to remain as 'clark' for audit trail triggers (recording
> that 'dataentry' changed a particular order is kinda useless).

Aren't you looking for SESSION_USER?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: A couple remarks on TODO
Next
From: Chris Browne
Date:
Subject: Re: The vacuum-ignore-vacuum patch