Done:
authorBruce Momjian
Fri, 3 Mar 2006 20:37:29 +0000 (20:37 +0000)
committerBruce Momjian
Fri, 3 Mar 2006 20:37:29 +0000 (20:37 +0000)
<  o %Have COPY return the number of rows loaded/unloaded?
>  o -Have COPY return the number of rows loaded/unloaded?

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

index cdad9e8a3bda3188639fdfb3eca9e214b43152d7..3a4ebeac1c327d43acadd7bd8c63c2aad78efe08 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Thu Mar  2 22:13:06 EST 2006
+Last updated:      Fri Mar  3 15:37:18 EST 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -498,7 +498,7 @@ SQL Commands
      This requires the use of a savepoint before each COPY line is
      processed, with ROLLBACK on COPY failure.
 
-   o %Have COPY return the number of rows loaded/unloaded?
+   o -Have COPY return the number of rows loaded/unloaded?
    o Allow COPY on a newly-created table to skip WAL logging
 
      On crash recovery, the table involved in the COPY would
index 06a732a00d7034ff394129dc7a6cb70509bb92e7..bea2bf2128c3df241797ef6e08fcd613c1d51c6b 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Thu Mar  2 22:13:06 EST 2006
+Last updated:           Fri Mar  3 15:37:18 EST 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -456,7 +456,7 @@ first.
 

          This requires the use of a savepoint before each COPY line is

           processed, with ROLLBACK on COPY failure.
 

-    
  • %Have COPY return the number of rows loaded/unloaded?
  • +    
  • -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

               be removed or have its heap and index files truncated.  One