|
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:Wed Oct26 22:33:29 EDT 2005 |
| 11 | +Last updated:Thu Oct27 10:07:29 EDT 2005 |
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>.
|
@@ -396,6 +396,8 @@ <h1><a name="section_8">SQL Commands</a></h1>
|
396 | 396 | </li><li>%Disallow dropping of an inherited constraint
|
397 | 397 | </li><li>%Prevent child tables from altering or dropping constraints
|
398 | 398 | like CHECK that were inherited from the parent table
|
| 399 | +</li><li>Have ALTER INDEX update the name of a constraint using that index |
| 400 | +</li><li>Allow ALTER TABLE RENAME CONSTRAINT |
399 | 401 | </li></ul>
|
400 | 402 | </li><li>CLUSTER
|
401 | 403 | <ul>
|
|