From: | momjian(at)postgresql(dot)org (Bruce Momjian) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: I now see we support RESET SESSION AUTHORIZATION, so it seems we |
Date: | 2006-04-25 14:33:41 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
I now see we support RESET SESSION AUTHORIZATION, so it seems we have to
use RESET CONNECTION:
< * Add RESET SESSION command to reset all session state
> * Add RESET CONNECTION command to reset all session state
447c447
< notify the protocol when a RESET SESSION command is used.
> notify the protocol when a RESET CONNECTION command is used.
Modified Files:
--------------
pgsql/doc:
TODO (r1.1812 -> r1.1813)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1812&r2=1.1813)
pgsql/doc/src/FAQ:
TODO.html (r1.315 -> r1.316)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.315&r2=1.316)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2006-04-25 14:47:29 | pgsql: Change "parameter" to "varname" in the alter role and alter user |
Previous Message | Bruce Momjian | 2006-04-25 14:31:03 | pgsql: RESET SESSION is more precise: < * Add RESET CONNECTION command |