Add:
authorBruce Momjian
Tue, 13 Feb 2007 19:57:09 +0000 (19:57 +0000)
committerBruce Momjian
Tue, 13 Feb 2007 19:57:09 +0000 (19:57 +0000)
> * Improve failure message when DROP DATABASE is used on a database that
>   has prepared transactions

doc/TODO
doc/src/FAQ/TODO.html

index 0261bfe41b56bf7117c34535fdd6ae5421f16c62..9cbaba871e421232fdff04acaf99afdda454f578 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Feb 13 13:08:32 EST 2007
+Last updated:      Tue Feb 13 14:57:00 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -523,6 +523,8 @@ SQL Commands
 * Add column to pg_stat_activity that shows the progress of long-running
   commands like CREATE INDEX and VACUUM
 * Implement SQL:2003 window functions
+* Improve failure message when DROP DATABASE is used on a database that
+  has prepared transactions
 
 
 * CREATE
index 3294a0f5c6d6859afcb8fb5224a435c2b0139ecd..c40e0f3ccc6c33b1ff50845f63ed46c8a8f30ba7 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Feb 13 13:08:32 EST 2007
+Last updated:           Tue Feb 13 14:57:00 EST 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -474,6 +474,8 @@ first.  There is also a developer's wiki at
   
  • Add column to pg_stat_activity that shows the progress of long-running
  •    commands like CREATE INDEX and VACUUM
       
  • Implement SQL:2003 window functions
  • +  
  • Improve failure message when DROP DATABASE is used on a database that
  • +  has prepared transactions
       
  • CREATE
  •    
           
    • Allow CREATE TABLE AS to determine column lengths for complex