Add:
authorBruce Momjian
Thu, 12 Oct 2006 21:29:24 +0000 (21:29 +0000)
committerBruce Momjian
Thu, 12 Oct 2006 21:29:24 +0000 (21:29 +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 94fa479ccf149413415cdb0208450d8308f6688a..71738ed424fa6f71f312a91ba00ee3b8d664a85e 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Oct  2 20:03:48 EDT 2006
+Last updated:      Thu Oct 12 17:29:19 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -501,6 +501,8 @@ 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 40f0816a855540bf17feb24f2816474f20bc1666..57303c18d6ee1f7eba0b8e2605a8ecfda6924152 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Oct  2 20:03:48 EDT 2006
+Last updated:           Thu Oct 12 17:29:19 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -457,6 +457,8 @@ 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
  •