|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated: Mon Mar 6 10:19:42 EST 2006 |
| 11 | +Last updated: Mon Mar 612:10:25 EST 2006 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -433,6 +433,10 @@ <h1><a name="section_8">SQL Commands</a></h1>
|
433 | 433 | </p>
|
434 | 434 | </li><li>%Prevent child tables from altering or dropping constraints
|
435 | 435 | like CHECK that were inherited from the parent table
|
| 436 | +</li><li>Prevent parent tables from altering or dropping constraints |
| 437 | + like CHECK that are inherited by child tables |
| 438 | +<p> Dropping constraints should only be possible with CASCADE. |
| 439 | +</p> |
436 | 440 | </li><li>Have ALTER INDEX update the name of a constraint using that index
|
437 | 441 | </li><li>Add ALTER TABLE RENAME CONSTRAINT, update index name also
|
438 | 442 | </li></ul>
|
|