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

Started by Bruce Momjianalmost 22 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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)