From: Bruce Momjian Date: Thu, 11 Jul 2002 02:56:49 +0000 (+0000) Subject: Done, according to Rod Taylor: X-Git-Tag: REL7_3~1229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2bb1cfa85eba18b185c8883a8da6077f7888ec2;p=postgresql Done, according to Rod Taylor: > * -Add ALTER TRIGGER ... RENAME --- diff --git a/doc/TODO b/doc/TODO index c6e3968aed..b1fbefd210 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sun Jul 7 22:00:46 EDT 2002 +Last updated: Wed Jul 10 22:56:30 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -310,7 +310,7 @@ Referential Integrity * Make triggers refer to columns by number, not name * Enforce referential integrity for system tables * -Allow user to control trigger firing order (Tom) -* Add ALTER TRIGGER ... RENAME +* -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)