diff --git a/doc/TODO b/doc/TODO index 90a405c3ba..669b00734d 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 =================== diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 220cb63a6f..a4f2dc5521 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@
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.
@@ -777,6 +777,9 @@ first. There is also a developer's wiki at
through the executor and therefore not causing triggers to fire. To
complete this item, the functions that modify system tables will have
to fire triggers.
+
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00564.php