PostgreSQL TODO List
====================
-Last updated: Wed May 28 21:58:24 EDT 2008
+Last updated: Wed May 28 22:04:08 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
Right now all deferred trigger information is stored in backend
memory. This could exhaust memory for very large trigger queues.
- This item involves dumping large queues into files.
+ This item involves dumping large queues into files, or doing some
+ kind of join to process all the triggers, or some bulk operation.
http://archives.postgresql.org/pgsql-hackers/2008-05/msg00876.php
* Allow triggers to be disabled in only the current session.
-Last updated: Wed May 28 21:58:24 EDT 2008
+Last updated: Wed May 28 22:04:08 EDT 2008
The most recent version of this document can be viewed at
Add deferred trigger queue file
Right now all deferred trigger information is stored in backend
memory. This could exhaust memory for very large trigger queues.
- This item involves dumping large queues into files.
+ This item involves dumping large queues into files, or doing some
+ kind of join to process all the triggers, or some bulk operation.
Allow triggers to be disabled in only the current session.