diff options
author | Bruce Momjian | 2005-02-02 17:26:49 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-02-02 17:26:49 +0000 |
commit | 947ae56d80f745b6c754b3db49008bf16cae0ff5 (patch) | |
tree | 8617223ad652306c7311a62bf080f3d5834da352 | |
parent | 68c4804b08f0fa1e034455f3741183a47dfccfdd (diff) |
Update RESET ALL items:
< 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.
> all temporary tables, removal of any NOTIFYs, cursors, prepared
> queries(?), currval()s, etc. This could be used for connection pooling.
> We could also change RESET ALL to have this functionality.
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian ([email protected]) -Last updated: Mon Jan 31 23:56:45 EST 2005 +Last updated: Wed Feb 2 12:26:37 EST 2005 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -384,9 +384,9 @@ Commands * Add RESET CONNECTION command to reset all session state 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. + all temporary tables, removal of any NOTIFYs, cursors, prepared + queries(?), currval()s, etc. This could be used for connection pooling. + We could also change RESET ALL to have this functionality. * Allow FOR UPDATE queries to do NOWAIT locks |