diff options
author | Bruce Momjian | 2008-05-29 02:04:15 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-05-29 02:04:15 +0000 |
commit | e19d10b595f2ac6aaa4be158163b44d8975898d2 (patch) | |
tree | 2018b8d683317254d952cb95e6dffc1bcb696988 /doc/TODO | |
parent | 882576aa891143444d8f26a91864b1840797bc33 (diff) |
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.
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian ([email protected]) -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. |