Add to TODO:
authorBruce Momjian
Tue, 1 Jul 2008 18:09:09 +0000 (18:09 +0000)
committerBruce Momjian
Tue, 1 Jul 2008 18:09:09 +0000 (18:09 +0000)
> * Fix TRUNCATE ... RESTART IDENTITY so its affect on sequences is rolled
>   back on transaction abort

doc/TODO
doc/src/FAQ/TODO.html

index 1e1c45b52c4c7029f5f16428b86be0e01b63482e..ec133b54efaa93b8e8ad7ba17cfa7cc267b28e9e 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Jun 30 15:45:09 EDT 2008
+Last updated:      Tue Jul  1 14:09:02 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -624,6 +624,8 @@ SQL Commands
   Currently only the owner can TRUNCATE a table because triggers are not
   called, and the table is locked in exclusive mode.
 
+* Fix TRUNCATE ... RESTART IDENTITY so its affect on sequences is rolled
+  back on transaction abort
 * Allow PREPARE of cursors
 * Allow finer control over the caching of prepared query plans
 
index 0d7b2d225a2a21dac56e63e6aae543d6fd67305f..6acf4d3c995f6cf29f106bec6ac27d8ed38ee035 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Jun 30 15:45:09 EDT 2008
+Last updated:           Tue Jul  1 14:09:02 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -543,6 +543,8 @@ first.  There is also a developer's wiki at
 

  Currently only the owner can TRUNCATE a table because triggers are not

   called, and the table is locked in exclusive mode.
 

+  
  • Fix TRUNCATE ... RESTART IDENTITY so its affect on sequences is rolled
  • +  back on transaction abort
       
  • Allow PREPARE of cursors
  •    
  • Allow finer control over the caching of prepared query plans
  •  

      Currently queries prepared via the libpq API are planned on first