summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-09-05 04:58:28 +0000
committerBruce Momjian <bruce@momjian.us>2002-09-05 04:58:28 +0000
commit465cd5e8f69c87d5fa10e37c926c5f9551746560 (patch)
tree5f88063bd59e3aec9ba06eeb03503b5a64d5b9fc
parent8834b8dd9893a09dc0da8c13355a02a512b6c806 (diff)
Done:
> * -Make triggers refer to columns by number, not name
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 4c2d1f66015..2c9b7f12305 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