From: Bruce Momjian Date: Thu, 8 Jun 2006 15:41:22 +0000 (+0000) Subject: Add URL. X-Git-Tag: REL9_0_0~7778 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2b5b47605c5ab5c1c1f1d2b480a16fe0274df8bd;p=pg-rex%2Fsyncrep.git Add URL. < * Support triggers on columns (Greg Sabino Mullane) > * Support triggers on columns > > See http://archives.postgresql.org/pgsql-patches/2005-07/msg00107.php. > --- diff --git a/doc/TODO b/doc/TODO index c550cbe3a7..8bd051332e 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 923930c711..7ce6bede0f 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,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. @@ -740,7 +740,9 @@ first. 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 through the executor and therefore not causing triggers to fire. To