1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-13 18:28:01 +03:00

Add to TODO:

> * Fix TRUNCATE ... RESTART IDENTITY so its affect on sequences is rolled
>   back on transaction abort
This commit is contained in:
Bruce Momjian
2008-07-01 18:09:09 +00:00
parent 65919ec949
commit 16812e339c
2 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
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