Skip to content

Commit c196c7a

Browse files
committed
Completed:
< o Allow COPY to understand \x as a hex byte > o -Allow COPY to understand \x as a hex byte
1 parent b513663 commit c196c7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
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
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -494,7 +494,7 @@ Commands
494494
This requires the use of a savepoint before each COPY line is
495495
processed, with ROLLBACK on COPY failure.
496496

497-
o Allow COPY to understand \x as a hex byte
497+
o -Allow COPY to understand \x as a hex byte
498498
o Have COPY return the number of rows loaded/unloaded (?)
499499
o -Allow COPY to optionally include column headings in the first line
500500
o -Allow COPY FROM ... CSV to interpret newlines and carriage

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
453453
<p> This requires the use of a savepoint before each COPY line is
454454
processed, with ROLLBACK on COPY failure.
455455
</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>
457457
</li><li>Have COPY return the number of rows loaded/unloaded (?)
458458
</li><li>-<em>Allow COPY to optionally include column headings in the first line</em>
459459
</li><li>-<em>Allow COPY FROM ... CSV to interpret newlines and carriage</em>

0 commit comments

Comments
 (0)