|
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:bruce@momjian.us">bruce@momjian.us</a>)<br/> |
11 | | -Last updated:Thu May8 23:58:36 EDT 2008 |
| 11 | +Last updated:Fri May9 20:24:53 EDT 2008 |
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>. |
@@ -674,10 +674,10 @@ <h1><a name="section_7">SQL Commands</a></h1> |
674 | 674 | <p> Currently non-global system tables must be in the default database |
675 | 675 | tablespace. Global system tables can never be moved. |
676 | 676 | </p> |
677 | | -</li><li>Prevent parent tables from altering or dropping constraints |
| 677 | +</li><li>-<em>Prevent parent tables from altering or dropping constraints</em> |
678 | 678 | like CHECK that are inherited by child tables unless CASCADE |
679 | 679 | is used |
680 | | -</li><li>%Prevent child tables from altering or dropping constraints |
| 680 | +</li><li>-<em>Prevent child tables from altering or dropping constraints</em> |
681 | 681 | like CHECK that were inherited from the parent table |
682 | 682 | </li><li>Have ALTER INDEX update the name of a constraint using that index |
683 | 683 | </li><li>Add ALTER TABLE RENAME CONSTRAINT, update index name also |
|