aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-04-20 14:03:30 +0000
committerBruce Momjian <bruce@momjian.us>2004-04-20 14:03:30 +0000
commitcfb8d57ba1dbed173a94c35e246c70048b8d19ab (patch)
treee66847feacf1526b456eb7c3061f039681213d76
parent8149029162b097adf667ae329cf47f75dbb3d943 (diff)
downloadpostgresql-cfb8d57ba1dbed173a94c35e246c70048b8d19ab.tar.gz
postgresql-cfb8d57ba1dbed173a94c35e246c70048b8d19ab.zip
Add:
> * Allow AFTER triggers on system tables
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index ba809ccb1d7..c02bd8f4766 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Apr 20 00:26:26 EDT 2004
+Last updated: Tue Apr 20 10:03:31 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -322,6 +322,7 @@ Referential Integrity
names unique within a schema
* -Issue NOTICE if foreign key data requires costly test to match primary key
* Remove CREATE CONSTRAINT TRIGGER
+* Allow AFTER triggers on system tables
Dependency Checking