Remove:
authorBruce Momjian
Thu, 12 Oct 2006 22:33:04 +0000 (22:33 +0000)
committerBruce Momjian
Thu, 12 Oct 2006 22:33:04 +0000 (22:33 +0000)
<  o Issue a notice if CREATE TABLE ... ON COMMIT { DELETE ROWS |
<    DROP } is issued outside a multi-statement transaction

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

index ef0c530003e5e8283195ef9009ceb699e1a12119..9b8642ff33649713df4764edf9e0427951bd5b81 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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
index bea399f4a4b1d5306fdb23829a3104c86674ea79..522d5918d0e1db75f774617d950b527d19ca468c 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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
  •