pgsql: Add: > * Add RESET CONNECTION command to reset all session state

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > * Add RESET CONNECTION command to reset all session state
Date: 2004-10-13 01:03:11
Message-ID: 20041013010311.F0C4A32AE6D@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:

> * Add RESET CONNECTION command to reset all session state
329a331,334
> This would include resetting of all variables (RESET ALL), dropping of
> all temporary tables, removal of any NOTIFYs, etc. This could be used
> for connection pooling. We could also change RESET ALL to have this
> functionality.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1361 -> r1.1362)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1361&r2=1.1362)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2004-10-13 01:22:31 pgsql: Unbreak regression tests (Peter's recent checkin to
Previous Message Bruce Momjian 2004-10-13 00:42:55 pgsql: Clarify pg_restore --help wording.