aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-04-23 16:56:24 +0000
committerBruce Momjian <bruce@momjian.us>2002-04-23 16:56:24 +0000
commit44cd58e47ef8ac0d034d886b2037790b5370e172 (patch)
tree8c776cfb685cf6b3c9957287a5bf742adb2082e1
parent28a898ad54a7fdf76aba835ab600222f25321484 (diff)
downloadpostgresql-44cd58e47ef8ac0d034d886b2037790b5370e172.tar.gz
postgresql-44cd58e47ef8ac0d034d886b2037790b5370e172.zip
Update:
> * -Allow user to control trigger firing order > * Add ALTER TRIGGER ... RENAME
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 8e799a05780..ec92fa85d46 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Apr 18 13:25:20 EDT 2002
+Last updated: Tue Apr 23 12:55:58 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -305,7 +305,8 @@ REFERENTIAL INTEGRITY
* Implement dirty reads and use them in RI triggers
* Make triggers refer to columns by number, not name
* Enforce referential integrity for system tables
-* Allow user to control trigger firing order
+* -Allow user to control trigger firing order
+* Add ALTER TRIGGER ... RENAME
* Change foreign key constraint for array -> element to mean element
in array
* Fix foreign key constraints to not error on intermediate db states (Stephan)