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

Commit 6e5c64b

Browse files
committed
Add:
> * Improve failure message when DROP DATABASE is used on a database that > has prepared transactions
1 parent caf2b64 commit 6e5c64b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/TODO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Tue Feb 13 13:08:32 EST 2007
5+
Last updated: Tue Feb 13 14:57:00 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -523,6 +523,8 @@ SQL Commands
523523
* Add column to pg_stat_activity that shows the progress of long-running
524524
commands like CREATE INDEX and VACUUM
525525
* Implement SQL:2003 window functions
526+
* Improve failure message when DROP DATABASE is used on a database that
527+
has prepared transactions
526528

527529

528530
* CREATE

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 1 deletion
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: Tue Feb 13 13:08:32 EST 2007
11+
Last updated: Tue Feb 13 14:57:00 EST 2007
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>.
@@ -474,6 +474,8 @@ <h1><a name="section_8">SQL Commands</a></h1>
474474
</li><li>Add column to pg_stat_activity that shows the progress of long-running
475475
commands like CREATE INDEX and VACUUM
476476
</li><li>Implement SQL:2003 window functions
477+
</li><li>Improve failure message when DROP DATABASE is used on a database that
478+
has prepared transactions
477479
</li><li>CREATE
478480
<ul>
479481
<li>Allow CREATE TABLE AS to determine column lengths for complex

0 commit comments

Comments
 (0)