Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 947ae56

Browse files
committed
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.
1 parent 68c4804 commit 947ae56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/TODO

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Mon Jan 31 23:56:45 EST 2005
5+
Last updated: Wed Feb 2 12:26:37 EST 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -384,9 +384,9 @@ Commands
384384
* Add RESET CONNECTION command to reset all session state
385385

386386
This would include resetting of all variables (RESET ALL), dropping of
387-
all temporary tables, removal of any NOTIFYs, etc. This could be used
388-
for connection pooling. We could also change RESET ALL to have this
389-
functionality.
387+
all temporary tables, removal of any NOTIFYs, cursors, prepared
388+
queries(?), currval()s, etc. This could be used for connection pooling.
389+
We could also change RESET ALL to have this functionality.
390390

391391
* Allow FOR UPDATE queries to do NOWAIT locks
392392

0 commit comments

Comments
 (0)