diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-13 19:57:09 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-13 19:57:09 +0000 |
commit | 6e5c64b551c5acebbc36cd2a1bdbfdc9c0b6ef35 (patch) | |
tree | 36f0bd2de973df1499419e8c380fc61f81367a36 /doc/src | |
parent | caf2b64a7574133a253a657591cde51cbc15e576 (diff) |
Add:
> * Improve failure message when DROP DATABASE is used on a database that
> has prepared transactions
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 3294a0f5c6d..c40e0f3ccc6 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Tue Feb 13 13:08:32 EST 2007 +Last updated: Tue Feb 13 14:57:00 EST 2007 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -474,6 +474,8 @@ first. There is also a developer's wiki at<br/> </li><li>Add column to pg_stat_activity that shows the progress of long-running commands like CREATE INDEX and VACUUM </li><li>Implement SQL:2003 window functions + </li><li>Improve failure message when DROP DATABASE is used on a database that + has prepared transactions </li><li>CREATE <ul> <li>Allow CREATE TABLE AS to determine column lengths for complex |