Update:
authorBruce Momjian
Fri, 2 Sep 2005 21:01:20 +0000 (21:01 +0000)
committerBruce Momjian
Fri, 2 Sep 2005 21:01:20 +0000 (21:01 +0000)
<  o Allow COPY into an empty table to skip WAL logging
>  o Allow COPY into an new table to skip WAL logging

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

index 3e0531c1f63ff39881607dc585bba680f5df68fa..2e0cd8a80505b15c118ee080436d75034f8acf77 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Sep  2 16:11:27 EDT 2005
+Last updated:      Fri Sep  2 17:01:18 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -389,7 +389,7 @@ SQL Commands
      copy of db?
 
    o Add ON COMMIT capability to CREATE TABLE AS ... SELECT
-   o Allow COPY into an empty table to skip WAL logging
+   o Allow COPY into an new table to skip WAL logging
 
 
 * UPDATE
index 45ca3d2ba197d0cf3267ec28fdd1a854d887e678..0b7aa3cef5cbf515374ccc6e8d2353c450349675 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Sep  2 16:11:27 EDT 2005
+Last updated:           Fri Sep  2 17:01:18 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -355,7 +355,7 @@ first.
     
  • Use more reliable method for CREATE DATABASE to get a consistent
  •            copy of db?
         
  • Add ON COMMIT capability to CREATE TABLE AS ... SELECT
  • -    
  • Allow COPY into an empty table to skip WAL logging
  • +    
  • Allow COPY into an new table to skip WAL logging
  •    
       
  • UPDATE
  •