Jim Mercer writes:

> the reasoning for this is that postmaster has no ability to differentiate
> between incoming sessions, and as such, storing the list in the server makes
> no sense, the server won't know how to apply the list.

Right, but libpq also has no concept of what you call "incoming session".
PHP is the first interface that came up with that notion.  If we have more
clients requesting that kind of support, we can think about it, but for
now you should think of putting it into PHP first.

> well, for my purposes, it is _databases_ i'm more concerned about.

OK, so *you* put

local sameuser ...

into pg_hba.conf and be done.  The rest of the user community can decide
for themselves.  This is especially important since with the arrival of
schemas there is a whole new way to manage multiple users on a server,
which other users might be interested in.

-- 
Peter Eisentraut   [EMAIL PROTECTED]


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply via email to