aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-05-29 02:04:15 +0000
committerBruce Momjian <bruce@momjian.us>2008-05-29 02:04:15 +0000
commite19d10b595f2ac6aaa4be158163b44d8975898d2 (patch)
tree2018b8d683317254d952cb95e6dffc1bcb696988
parent882576aa891143444d8f26a91864b1840797bc33 (diff)
downloadpostgresql-e19d10b595f2ac6aaa4be158163b44d8975898d2.tar.gz
postgresql-e19d10b595f2ac6aaa4be158163b44d8975898d2.zip
Add description to:
* Add deferred trigger queue file < 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.
-rw-r--r--doc/TODO5
-rw-r--r--doc/src/FAQ/TODO.html5
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 945c66958d7..e74f51ea5f7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-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.
@@ -1218,7 +1218,8 @@ 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.
+ 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.
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 864051abafa..607509d82b6 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Wed May 28 21:58:24 EDT 2008
+Last updated: Wed May 28 22:04:08 EDT 2008
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1057,7 +1057,8 @@ first. There is also a developer's wiki at<br/>
<li>Add deferred trigger queue file
<p> 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.
<a href="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00876.php">http://archives.postgresql.org/pgsql-hackers/2008-05/msg00876.php</a>
</p>
</li><li>Allow triggers to be disabled in only the current session.