Commit c776fba1 authored by Bruce Momjian's avatar Bruce Momjian

Done:

< 	o %Have COPY return the number of rows loaded/unloaded?
> 	o -Have COPY return the number of rows loaded/unloaded?
parent 023570f5
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
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 The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -498,7 +498,7 @@ SQL Commands ...@@ -498,7 +498,7 @@ SQL Commands
This requires the use of a savepoint before each COPY line is This requires the use of a savepoint before each COPY line is
processed, with ROLLBACK on COPY failure. 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 o Allow COPY on a newly-created table to skip WAL logging
On crash recovery, the table involved in the COPY would On crash recovery, the table involved in the COPY would
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
Last updated: Thu Mar 2 22:13:06 EST 2006 Last updated: Fri Mar 3 15:37:18 EST 2006
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -456,7 +456,7 @@ first. ...@@ -456,7 +456,7 @@ first.
<p> This requires the use of a savepoint before each COPY line is <p> This requires the use of a savepoint before each COPY line is
processed, with ROLLBACK on COPY failure. processed, with ROLLBACK on COPY failure.
</p> </p>
</li><li>%Have COPY return the number of rows loaded/unloaded? </li><li>-<em>Have COPY return the number of rows loaded/unloaded?</em>
</li><li>Allow COPY on a newly-created table to skip WAL logging </li><li>Allow COPY on a newly-created table to skip WAL logging
<p> On crash recovery, the table involved in the COPY would <p> On crash recovery, the table involved in the COPY would
be removed or have its heap and index files truncated. One be removed or have its heap and index files truncated. One
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment