1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00
< * Support triggers on columns (Greg Sabino Mullane)
> * Support triggers on columns
>
>   See http://archives.postgresql.org/pgsql-patches/2005-07/msg00107.php.
>
This commit is contained in:
Bruce Momjian
2006-06-08 15:41:22 +00:00
parent e36d0a0cbf
commit 2b5b47605c
2 changed files with 9 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Thu Jun 8 09:43:38 EDT 2006
Last updated: Thu Jun 8 11:41:16 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -816,7 +816,10 @@ Triggers
without revalidating the data.
* Allow statement-level triggers to access modified rows
* Support triggers on columns (Greg Sabino Mullane)
* Support triggers on columns
See http://archives.postgresql.org/pgsql-patches/2005-07/msg00107.php.
* Allow AFTER triggers on system tables
System tables are modified in many places in the backend without going