Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 16812e3

Browse files
committed
Add to TODO:
> * Fix TRUNCATE ... RESTART IDENTITY so its affect on sequences is rolled > back on transaction abort
1 parent 65919ec commit 16812e3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/TODO

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Mon Jun 30 15:45:09 EDT 2008
4+
Last updated: Tue Jul 1 14:09:02 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -624,6 +624,8 @@ SQL Commands
624624
Currently only the owner can TRUNCATE a table because triggers are not
625625
called, and the table is locked in exclusive mode.
626626

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

doc/src/FAQ/TODO.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="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>
543543
<p> Currently only the owner can TRUNCATE a table because triggers are not
544544
called, and the table is locked in exclusive mode.
545545
</p>
546+
</li><li>Fix TRUNCATE ... RESTART IDENTITY so its affect on sequences is rolled
547+
back on transaction abort
546548
</li><li>Allow PREPARE of cursors
547549
</li><li>Allow finer control over the caching of prepared query plans
548550
<p> Currently queries prepared via the libpq API are planned on first

0 commit comments

Comments
 (0)