summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian2007-02-01 04:49:43 +0000
committerBruce Momjian2007-02-01 04:49:43 +0000
commitfa3f06dc6bac3e697818fe9335752a71753c1ce0 (patch)
tree5e244d4a201d95e848394438b8b36ffcdddad6b3 /doc/TODO
parentbd2c171414f67b7323b1ba5ede5cd46a46e968b4 (diff)
Add:
> > * Tighten trigger permission checks > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00564.php >
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 90a405c3ba7..669b00734d0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Wed Jan 31 23:35:47 EST 2007
+Last updated: Wed Jan 31 23:49:39 EST 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -861,6 +861,11 @@ Triggers
complete this item, the functions that modify system tables will have
to fire triggers.
+* Tighten trigger permission checks
+
+ http://archives.postgresql.org/pgsql-hackers/2006-12/msg00564.php
+
+
Dependency Checking
===================