aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-05-29 01:58:29 +0000
committerBruce Momjian <bruce@momjian.us>2008-05-29 01:58:29 +0000
commit882576aa891143444d8f26a91864b1840797bc33 (patch)
tree4c5a1e15953728eddd5bee2c4e5c9d0c8c8d6f6f /doc/src
parent8eee526c19bfee0cb1dc0ffc8cac7d608b6e15c3 (diff)
downloadpostgresql-882576aa891143444d8f26a91864b1840797bc33.tar.gz
postgresql-882576aa891143444d8f26a91864b1840797bc33.zip
Add URL for:
* Add deferred trigger queue file > http://archives.postgresql.org/pgsql-hackers/2008-05/msg00876.php
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 6512514b8c3..864051abafa 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: Mon May 19 20:35:36 EDT 2008
+Last updated: Wed May 28 21:58:24 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>.
@@ -1058,6 +1058,7 @@ first. There is also a developer's wiki at<br/>
<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.
+ <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.
<p> This is currently possible by starting a multi-statement transaction,