Add:
authorBruce Momjian
Fri, 2 Sep 2005 19:39:15 +0000 (19:39 +0000)
committerBruce Momjian
Fri, 2 Sep 2005 19:39:15 +0000 (19:39 +0000)
>  o Allow COPY into an empty table to skip WAL logging

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

index 29477a21a72f0d1e6507b3b8e5805df34e992f4b..488de148c39f8733a08155c9664074de111c94d0 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 11:22:36 EDT 2005
+Last updated:      Fri Sep  2 15:39:11 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -389,6 +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
 
 
 * UPDATE
index d3cb00608933485de0f640b682b9cd5200045ce1..178ba0df80669d0064d6a07cc5ecc18d6ec15cae 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Sep  2 11:22:36 EDT 2005
+Last updated:           Fri Sep  2 15:39:11 EDT 2005
 

 

The most recent version of this document can be viewed at

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