|
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: Wed Mar 5 22:15:29 EST 2008 |
| 11 | +Last updated: Wed Mar 5 22:18:16 EST 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>.
|
@@ -499,6 +499,10 @@ <h1><a name="section_7">SQL Commands</a></h1>
|
499 | 499 | expressions like SELECT col1 || col2
|
500 | 500 | </li><li>Have WITH CONSTRAINTS also create constraint indexes
|
501 | 501 | <p><ahref="http://archives.postgresql.org/pgsql-patches/2007-04/msg00149.php">http://archives.postgresql.org/pgsql-patches/2007-04/msg00149.php</a>
|
| 502 | +</p> |
| 503 | +</li><li>Have CONSTRAINT cname NOT NULL preserve the contraint name |
| 504 | +<p> Right now pg_attribute.attnotnull records the NOT NULL status |
| 505 | + of the column, but does not record the contraint name |
502 | 506 | </p>
|
503 | 507 | </li></ul>
|
504 | 508 | </li><li>UPDATE
|
|