File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Thu Mar 2 22:13:06 EST 2006
5
+ Last updated: Fri Mar 3 15:37:18 EST 2006
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -498,7 +498,7 @@ SQL Commands
498
498
This requires the use of a savepoint before each COPY line is
499
499
processed, with ROLLBACK on COPY failure.
500
500
501
- o % Have COPY return the number of rows loaded/unloaded?
501
+ o - Have COPY return the number of rows loaded/unloaded?
502
502
o Allow COPY on a newly-created table to skip WAL logging
503
503
504
504
On crash recovery, the table involved in the COPY would
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Thu Mar 2 22:13:06 EST 2006
11
+ Last updated: Fri Mar 3 15:37:18 EST 2006
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -456,7 +456,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
456
456
< p > This requires the use of a savepoint before each COPY line is
457
457
processed, with ROLLBACK on COPY failure.
458
458
</ p >
459
- </ li > < li > % Have COPY return the number of rows loaded/unloaded?
459
+ </ li > < li > - < em > Have COPY return the number of rows loaded/unloaded?</ em >
460
460
</ li > < li > Allow COPY on a newly-created table to skip WAL logging
461
461
< p > On crash recovery, the table involved in the COPY would
462
462
be removed or have its heap and index files truncated. One
You can’t perform that action at this time.
0 commit comments