diff options
author | Bruce Momjian | 2008-07-01 18:09:09 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-07-01 18:09:09 +0000 |
commit | 16812e339cea317ab4d3700326136561d3a18987 (patch) | |
tree | b50765fcff7dfe9f7ec19650eaa9f7cc31c11be0 /doc/src | |
parent | 65919ec9494c8406fdce40d2d386e2e7b6a43060 (diff) |
Add to TODO:
> * Fix TRUNCATE ... RESTART IDENTITY so its affect on sequences is rolled
> back on transaction abort
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 0d7b2d225a2..6acf4d3c995 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Mon Jun 30 15:45:09 EDT 2008 +Last updated: Tue Jul 1 14:09:02 EDT 2008 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -543,6 +543,8 @@ first. There is also a developer's wiki at<br/> <p> Currently only the owner can TRUNCATE a table because triggers are not called, and the table is locked in exclusive mode. </p> + </li><li>Fix TRUNCATE ... RESTART IDENTITY so its affect on sequences is rolled + back on transaction abort </li><li>Allow PREPARE of cursors </li><li>Allow finer control over the caching of prepared query plans <p> Currently queries prepared via the libpq API are planned on first |