Commit 2b5b4760 authored by Bruce Momjian's avatar Bruce Momjian

Add URL.

< * Support triggers on columns (Greg Sabino Mullane)
> * Support triggers on columns
>
>   See http://archives.postgresql.org/pgsql-patches/2005-07/msg00107.php.
>
parent e36d0a0c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -816,7 +816,10 @@ Triggers ...@@ -816,7 +816,10 @@ Triggers
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 (Greg Sabino Mullane) * Support triggers on columns
See http://archives.postgresql.org/pgsql-patches/2005-07/msg00107.php.
* Allow AFTER triggers on system tables * Allow AFTER triggers on system tables
System tables are modified in many places in the backend without going System tables are modified in many places in the backend without going
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
Last updated: Thu Jun 8 09:43:38 EDT 2006 Last updated: Thu Jun 8 11:41:16 EDT 2006
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -740,7 +740,9 @@ first. ...@@ -740,7 +740,9 @@ first.
without revalidating the data. without revalidating the data.
</p> </p>
</li><li>Allow statement-level triggers to access modified rows </li><li>Allow statement-level triggers to access modified rows
</li><li>Support triggers on columns (Greg Sabino Mullane) </li><li>Support triggers on columns
<p> See <a href="http://archives.postgresql.org/pgsql-patches/2005-07/msg00107.php">http://archives.postgresql.org/pgsql-patches/2005-07/msg00107.php</a>.
</p>
</li><li>Allow AFTER triggers on system tables </li><li>Allow AFTER triggers on system tables
<p> System tables are modified in many places in the backend without going <p> System tables are modified in many places in the backend without going
through the executor and therefore not causing triggers to fire. To through the executor and therefore not causing triggers to fire. To
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment