PostgreSQL TODO List
====================
-Last updated: Mon Jun 6 21:59:31 EDT 2005
+Last updated: Tue Jun 7 10:12:04 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
prepared queries, currval()s, etc. This could be used for connection
pooling. We could also change RESET ALL to have this functionality.
The difficult of this features is allowing RESET ALL to not affect
- changes made by the interface driver for its internal use. One idea is
- for this to be a protocol-only feature. Another approach is to notify
- the protocol when a RESET CONNECTION command is used.
+ changes made by the interface driver for its internal use. One idea
+ is for this to be a protocol-only feature. Another approach is to
+ notify the protocol when a RESET CONNECTION command is used.
* Allow FOR UPDATE queries to do NOWAIT locks
* Add GUC to issue notice about queries that use unjoined tables
-Last updated: Mon Jun 6 21:59:31 EDT 2005
+Last updated: Tue Jun 7 10:12:04 EDT 2005
The most recent version of this document can be viewed at
prepared queries, currval()s, etc. This could be used for connection
pooling. We could also change RESET ALL to have this functionality.
The difficult of this features is allowing RESET ALL to not affect
- changes made by the interface driver for its internal use. One idea is
- for this to be a protocol-only feature. Another approach is to notify
- the protocol when a RESET CONNECTION command is used.
+ changes made by the interface driver for its internal use. One idea
+ is for this to be a protocol-only feature. Another approach is to
+ notify the protocol when a RESET CONNECTION command is used.
Allow FOR UPDATE queries to do NOWAIT locks
Add GUC to issue notice about queries that use unjoined tables