|
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:Mon Jun 30 15:45:09 EDT 2008 |
| 11 | +Last updated:Tue Jul 1 14:09:02 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>.
|
@@ -543,6 +543,8 @@ <h1><a name="section_7">SQL Commands</a></h1>
|
543 | 543 | <p> Currently only the owner can TRUNCATE a table because triggers are not
|
544 | 544 | called, and the table is locked in exclusive mode.
|
545 | 545 | </p>
|
| 546 | +</li><li>Fix TRUNCATE ... RESTART IDENTITY so its affect on sequences is rolled |
| 547 | + back on transaction abort |
546 | 548 | </li><li>Allow PREPARE of cursors
|
547 | 549 | </li><li>Allow finer control over the caching of prepared query plans
|
548 | 550 | <p> Currently queries prepared via the libpq API are planned on first
|
|