From 465cd5e8f69c87d5fa10e37c926c5f9551746560 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 5 Sep 2002 04:58:28 +0000 Subject: [PATCH] Done: > * -Make triggers refer to columns by number, not name --- doc/TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/TODO b/doc/TODO index 4c2d1f6601..2c9b7f1230 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Sep 4 18:09:28 EDT 2002 +Last updated: Thu Sep 5 00:58:20 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -268,7 +268,7 @@ Commands o Allow array declarations and other data types in PL/PgSQl DECLARE o Add PL/PgSQL PROCEDURES that can return multiple values o Add table function support to pltcl, plperl, plpython - + o Make PL/PgSQL %TYPE schema-aware Clients ======= @@ -318,7 +318,7 @@ Referential Integrity * Add deferred trigger queue file (Jan) * -Allow oid to act as a foreign key * Implement dirty reads and use them in RI triggers -* Make triggers refer to columns by number, not name +* -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