Christopher Browne <cbbrowne(at)acm(dot)org> writes:
> Centuries ago, Nostradamus foresaw when decibel(at)decibel(dot)org ("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