PostgreSQL TODO List
====================
-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.
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
-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
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