File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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: Mon May 30 17:12:22 EDT 2005
5
+ Last updated: Wed Jun 1 21:27:57 EDT 2005
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.
@@ -494,7 +494,7 @@ Commands
494
494
This requires the use of a savepoint before each COPY line is
495
495
processed, with ROLLBACK on COPY failure.
496
496
497
- o Allow COPY to understand \x as a hex byte
497
+ o - Allow COPY to understand \x as a hex byte
498
498
o Have COPY return the number of rows loaded/unloaded (?)
499
499
o -Allow COPY to optionally include column headings in the first line
500
500
o -Allow COPY FROM ... CSV to interpret newlines and carriage
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: Mon May 30 17:12:22 EDT 2005
11
+ Last updated: Wed Jun 1 21:27:57 EDT 2005
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 > .
@@ -453,7 +453,7 @@ <h1><a name="section_7">Commands</a></h1>
453
453
< p > This requires the use of a savepoint before each COPY line is
454
454
processed, with ROLLBACK on COPY failure.
455
455
</ p >
456
- </ li > < li > Allow COPY to understand \x as a hex byte
456
+ </ li > < li > - < em > Allow COPY to understand \x as a hex byte</ em >
457
457
</ li > < li > Have COPY return the number of rows loaded/unloaded (?)
458
458
</ li > < li > -< em > Allow COPY to optionally include column headings in the first line</ em >
459
459
</ li > < li > -< em > Allow COPY FROM ... CSV to interpret newlines and carriage</ em >
You can’t perform that action at this time.
0 commit comments