Skip to content

Commit cc3c9e1

Browse files
committed
Add to TODO:
> * Allow prepared transactions with temporary tables created and dropped > in the same transaction, and when an ON COMMIT DELETE ROWS temporary > table is accessed > > http://archives.postgresql.org/pgsql-hackers/2008-03/msg00047.php
1 parent a61fbe4 commit cc3c9e1

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

doc/TODO

Lines changed: 9 additions & 3 deletions
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: Thu Apr 24 13:32:33 EDT 2008
4+
Last updated: Thu Apr 24 14:22:49 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -604,6 +604,14 @@ SQL Commands
604604

605605
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php
606606

607+
* Improve failure message when DROP DATABASE is used on a database that
608+
has prepared transactions
609+
* Allow prepared transactions with temporary tables created and dropped
610+
in the same transaction, and when an ON COMMIT DELETE ROWS temporary
611+
table is accessed
612+
613+
http://archives.postgresql.org/pgsql-hackers/2008-03/msg00047.php
614+
607615
* Add a GUC variable to warn about non-standard SQL usage in queries
608616
* Add SQL-standard MERGE/REPLACE/UPSERT command
609617

@@ -658,8 +666,6 @@ SQL Commands
658666
* Add column to pg_stat_activity that shows the progress of long-running
659667
commands like CREATE INDEX and VACUUM
660668
* Implement SQL:2003 window functions
661-
* Improve failure message when DROP DATABASE is used on a database that
662-
has prepared transactions
663669
* Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause
664670

665671
http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php

doc/src/FAQ/TODO.html

Lines changed: 8 additions & 3 deletions
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: Thu Apr 24 13:32:33 EDT 2008
11+
Last updated: Thu Apr 24 14:22:49 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>.
@@ -526,6 +526,13 @@ <h1><a name="section_7">SQL Commands</a></h1>
526526
</p>
527527
</li><li>Improve logging of prepared transactions recovered during startup
528528
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php</a>
529+
</p>
530+
</li><li>Improve failure message when DROP DATABASE is used on a database that
531+
has prepared transactions
532+
</li><li>Allow prepared transactions with temporary tables created and dropped
533+
in the same transaction, and when an ON COMMIT DELETE ROWS temporary
534+
table is accessed
535+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-03/msg00047.php">http://archives.postgresql.org/pgsql-hackers/2008-03/msg00047.php</a>
529536
</p>
530537
</li><li>Add a GUC variable to warn about non-standard SQL usage in queries
531538
</li><li>Add SQL-standard MERGE/REPLACE/UPSERT command
@@ -577,8 +584,6 @@ <h1><a name="section_7">SQL Commands</a></h1>
577584
</li><li>Add column to pg_stat_activity that shows the progress of long-running
578585
commands like CREATE INDEX and VACUUM
579586
</li><li>Implement SQL:2003 window functions
580-
</li><li>Improve failure message when DROP DATABASE is used on a database that
581-
has prepared transactions
582587
</li><li>Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause
583588
<p> <a href="http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php">http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php</a>
584589
<a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00693.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00693.php</a>

0 commit comments

Comments
 (0)