Feature idea

From: "Chris Ochs" <chris(at)paymentonline(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Feature idea
Date: 2004-06-15 14:52:21
Message-ID: 004901c452e8$5ccb1580$250a8b0a@chris
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


What if SET SESSION AUTHORIZATION could also accept a password so that non
superusers could switch to a different user? How difficult would this be?

One nice side benefit to this would be that you could effectively connect as
many users with Apache::DBI under mod perl without having an open connection
for every user.

Chris

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2004-06-15 15:02:14 Re: Feature idea
Previous Message Frank van Vugt 2004-06-15 14:40:09 Re: Why is a union of two null-results automatically casted to type text ?