Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2b5b476

Browse files
committed
Add URL.
< * Support triggers on columns (Greg Sabino Mullane)> * Support triggers on columns>> Seehttp://archives.postgresql.org/pgsql-patches/2005-07/msg00107.php.>
1 parente36d0a0 commit2b5b476

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

‎doc/TODO

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Thu Jun 809:43:38 EDT 2006
5+
Last updated:Thu Jun 811:41:16 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -816,7 +816,10 @@ Triggers
816816
without revalidating the data.
817817

818818
* Allow statement-level triggers to access modified rows
819-
* Support triggers on columns (Greg Sabino Mullane)
819+
* Support triggers on columns
820+
821+
See http://archives.postgresql.org/pgsql-patches/2005-07/msg00107.php.
822+
820823
* Allow AFTER triggers on system tables
821824

822825
System tables are modified in many places in the backend without going

‎doc/src/FAQ/TODO.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Thu Jun 809:43:38 EDT 2006
11+
Last updated: Thu Jun 811:41:16 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -740,7 +740,9 @@ <h1><a name="section_10">Triggers</a></h1>
740740
without revalidating the data.
741741
</p>
742742
</li><li>Allow statement-level triggers to access modified rows
743-
</li><li>Support triggers on columns (Greg Sabino Mullane)
743+
</li><li>Support triggers on columns
744+
<p> See<ahref="http://archives.postgresql.org/pgsql-patches/2005-07/msg00107.php">http://archives.postgresql.org/pgsql-patches/2005-07/msg00107.php</a>.
745+
</p>
744746
</li><li>Allow AFTER triggers on system tables
745747
<p> System tables are modified in many places in the backend without going
746748
through the executor and therefore not causing triggers to fire. To

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp