Christopher Browne <[EMAIL PROTECTED]> writes:
> Centuries ago, Nostradamus foresaw when [EMAIL PROTECTED] ("Jim C. Nasby")
> would write:
>> In PostgreSQL, there's currently no way to assume the identity of
>> another user.
> I'm confused at that...
> There seem to be ways at time of connection establishment, whether via
> the psql "-U" option, or the PGconnect "dbuser=foo" option, or during
> a psql session via "\c - newuser".
Not to mention SET SESSION AUTHORIZATION.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend