File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
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
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -624,6 +624,8 @@ SQL Commands
624
624
Currently only the owner can TRUNCATE a table because triggers are not
625
625
called, and the table is locked in exclusive mode.
626
626
627
+ * Fix TRUNCATE ... RESTART IDENTITY so its affect on sequences is rolled
628
+ back on transaction abort
627
629
* Allow PREPARE of cursors
628
630
* Allow finer control over the caching of prepared query plans
629
631
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
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
You can’t perform that action at this time.
0 commit comments