Update.
authorBruce Momjian
Fri, 2 Sep 2005 21:23:05 +0000 (21:23 +0000)
committerBruce Momjian
Fri, 2 Sep 2005 21:23:05 +0000 (21:23 +0000)
<    have its heap and index files truncated.  One issue is
<    that no other backend should be able to add to the table
<    at the same time, which is something that is currently
<    allowed.
>    removed or have its heap and index files truncated.  One
>    issue is that no other backend should be able to add to
>    the table at the same time, which is something that is
>    currently allowed.

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

index f7026afe22e0a9ade839d216418acd7fcbf5b308..18cd4f7a669f95cf3a514789ec1e81c6bdaf66f5 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 17:10:58 EDT 2005
+Last updated:      Fri Sep  2 17:23:03 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -450,10 +450,10 @@ SQL Commands
    o Allow COPY on a newly-created table to skip WAL logging
 
      On crash recovery, the table involved in the COPY would
-     have its heap and index files truncated.  One issue is
-     that no other backend should be able to add to the table
-     at the same time, which is something that is currently
-     allowed.
+     removed or have its heap and index files truncated.  One
+     issue is that no other backend should be able to add to 
+     the table at the same time, which is something that is 
+     currently allowed.
 
 * GRANT/REVOKE
 
index 9fd764ee637f3e4f1b7c47f53754f17b51eb4ab9..5d6bc200ff2cf2593b3da8670dc4b263613391ce 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Sep  2 17:10:58 EDT 2005
+Last updated:           Fri Sep  2 17:23:03 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -408,10 +408,10 @@ first.
     
  • %Have COPY return the number of rows loaded/unloaded?
  •      
  • Allow COPY on a newly-created table to skip WAL logging
  •  

              On crash recovery, the table involved in the COPY would

    -          have its heap and index files truncated.  One issue is
    -          that no other backend should be able to add to the table
    -          at the same time, which is something that is currently
    -          allowed.
    +          removed or have its heap and index files truncated.  One
    +          issue is that no other backend should be able to add to 
    +          the table at the same time, which is something that is 
    +          currently allowed.
     

       
       
  • GRANT/REVOKE