diff --git a/doc/TODO b/doc/TODO index ef0c530003..9b8642ff33 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Thu Oct 12 17:40:09 EDT 2006 +Last updated: Thu Oct 12 18:32:58 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -501,8 +501,6 @@ SQL Commands expressions like SELECT col1 || col2 o Use more reliable method for CREATE DATABASE to get a consistent copy of db? - o Issue a notice if CREATE TABLE ... ON COMMIT { DELETE ROWS | - DROP } is issued outside a multi-statement transaction * UPDATE diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index bea399f4a4..522d5918d0 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Thu Oct 12 17:40:09 EDT 2006 +Last updated: Thu Oct 12 18:32:58 EDT 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -457,8 +457,6 @@ first. expressions like SELECT col1 || col2

  • Use more reliable method for CREATE DATABASE to get a consistent copy of db? -
  • Issue a notice if CREATE TABLE ... ON COMMIT { DELETE ROWS | - DROP } is issued outside a multi-statement transaction
  • UPDATE