> * Improve failure message when DROP DATABASE is used on a database that
> has prepared transactions
PostgreSQL TODO List
====================
-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.
* 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
-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
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