Add URL for:
authorBruce Momjian
Thu, 29 May 2008 01:58:29 +0000 (01:58 +0000)
committerBruce Momjian
Thu, 29 May 2008 01:58:29 +0000 (01:58 +0000)
* Add deferred trigger queue file

>   http://archives.postgresql.org/pgsql-hackers/2008-05/msg00876.php

doc/TODO
doc/src/FAQ/TODO.html

index f39e246fa0b26e2ee1cef6787ba359883368a5b1..945c66958d73f93fa1afe3224b6c91e828be1c70 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon May 19 20:35:36 EDT 2008
+Last updated:      Wed May 28 21:58:24 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1219,6 +1219,7 @@ Triggers
   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.
+  http://archives.postgresql.org/pgsql-hackers/2008-05/msg00876.php
 
 * Allow triggers to be disabled in only the current session.
 
index 6512514b8c3ea597279d7e4f1bec6275c0d8e1e6..864051abafa4ffaa6711270a47659ded7319fc96 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon May 19 20:35:36 EDT 2008
+Last updated:           Wed May 28 21:58:24 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1058,6 +1058,7 @@ first.  There is also a developer's wiki at
 

  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.
+  http://archives.postgresql.org/pgsql-hackers/2008-05/msg00876.php
 

   
  • Allow triggers to be disabled in only the current session.
  •  

      This is currently possible by starting a multi-statement transaction,