aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-03-14 03:00:26 +0000
committerBruce Momjian <bruce@momjian.us>2005-03-14 03:00:26 +0000
commitc1186dd5943c5baef7e4b04e9aa4534f568db274 (patch)
treed2e0eaded8c7a4f16fc82ba2cf01014e90345a51
parenta03bb609b3a7e830d9d5f1c7c9e4588107828412 (diff)
downloadpostgresql-c1186dd5943c5baef7e4b04e9aa4534f568db274.tar.gz
postgresql-c1186dd5943c5baef7e4b04e9aa4534f568db274.zip
Add user:
> * Support triggers on columns (Greg Sabino Mullane)
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 34e7c604098..55f50c57fa0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Mar 12 00:41:33 EST 2005
+Last updated: Sun Mar 13 22:00:15 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -606,7 +606,7 @@ Referential Integrity
without revalidating the data.
* Allow statement-level triggers to access modified rows
-* Support triggers on columns
+* Support triggers on columns (Greg Sabino Mullane)
* Remove CREATE CONSTRAINT TRIGGER
This was used in older releases to dump referential integrity