mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Add:
> o Fix problem when cascading referential triggers make changes on > cascaded tables, seeing the tables in an intermediate state > > http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php > http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php
This commit is contained in:
parent
1e52c5eb96
commit
f944f88021
7
doc/TODO
7
doc/TODO
@ -2,7 +2,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
Last updated: Wed Jun 14 13:59:26 EDT 2006
|
||||
Last updated: Wed Jun 14 14:36:51 EDT 2006
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -644,6 +644,11 @@ SQL Commands
|
||||
o Change foreign key constraint for array -> element to mean element
|
||||
in array?
|
||||
o Enforce referential integrity for system tables
|
||||
o Fix problem when cascading referential triggers make changes on
|
||||
cascaded tables, seeing the tables in an intermediate state
|
||||
|
||||
http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php
|
||||
http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php
|
||||
|
||||
|
||||
* Server-Side Languages
|
||||
|
@ -8,7 +8,7 @@
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||
<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/>
|
||||
Last updated: Wed Jun 14 13:59:26 EDT 2006
|
||||
Last updated: Wed Jun 14 14:36:51 EDT 2006
|
||||
</p>
|
||||
<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>.
|
||||
@ -583,6 +583,11 @@ first.
|
||||
</li><li>Change foreign key constraint for array -> element to mean element
|
||||
in array?
|
||||
</li><li>Enforce referential integrity for system tables
|
||||
</li><li>Fix problem when cascading referential triggers make changes on
|
||||
cascaded tables, seeing the tables in an intermediate state
|
||||
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php">http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php</a>
|
||||
<a href="http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php">http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php</a>
|
||||
</p>
|
||||
</li></ul>
|
||||
</li><li>Server-Side Languages
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user