Skip to content
Snippets Groups Projects
Commit c1186dd5 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add user:

> * Support triggers on columns (Greg Sabino Mullane)
parent a03bb609
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
...@@ -606,7 +606,7 @@ Referential Integrity ...@@ -606,7 +606,7 @@ Referential Integrity
without revalidating the data. without revalidating the data.
* Allow statement-level triggers to access modified rows * Allow statement-level triggers to access modified rows
* Support triggers on columns * Support triggers on columns (Greg Sabino Mullane)
* Remove CREATE CONSTRAINT TRIGGER * Remove CREATE CONSTRAINT TRIGGER
This was used in older releases to dump referential integrity This was used in older releases to dump referential integrity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment