Re: ALTER USER SET log_* not allowed...

Sean Chittenden <sean@chittenden.org>

From: Sean Chittenden <sean@chittenden.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter_e@gmx.net>, Bruce Momjian <pgman@candle.pha.pa.us>, PGBugs List <pgsql-bugs@postgresql.org>
Date: 2004-11-09T19:05:48Z
Lists: pgsql-bugs
> Without USERLIMIT, we could easily change the rules to make ALTER USER
> work the way you want: we'd say you have to be superuser to issue ALTER
> USER or ALTER DATABASE with a SUSET variable (already true), and then
> the value can be adopted at session start in all cases since we can 
> then
> treat pg_shadow and pg_database as secure sources.

Nevermind, you win.  That's far more elegant/easier...  is 8.0 looking 
like a good time to make this break from tradition?  -sc

-- 
Sean Chittenden