Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 288579c

Browse files
committed
Update TODO:
o Allow COPY in CSV mode to control whether a quoted zero-length string is treated as NULL Currently this is always treated as a zero-length string, which generates an error when loading into an integer column
1 parent fc8d249 commit 288579c

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

doc/TODO

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Tue Mar 11 18:47:23 EDT 2008
4+
Last updated: Tue Mar 11 19:16:53 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -733,8 +733,11 @@ SQL Commands
733733

734734
http://archives.postgresql.org/pgsql-hackers/2008-02/msg00811.php
735735

736-
o Allow COPY in CSV mode to control whether "" is treated as NULL
736+
o Allow COPY in CSV mode to control whether a quoted zero-length
737+
string is treated as NULL
737738

739+
Currently this is always treated as a zero-length string,
740+
which generates an error when loading into an integer column
738741
http://archives.postgresql.org/pgsql-hackers/2007-07/msg00905.php
739742

740743

doc/src/FAQ/TODO.html

+6-3
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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Tue Mar 11 18:47:23 EDT 2008
11+
Last updated: Tue Mar 11 19:16:53 EDT 2008
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>.
@@ -641,8 +641,11 @@ <h1><a name="section_7">SQL Commands</a></h1>
641641
</li><li>Allow COPY FROM to create index entries in bulk
642642
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg00811.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg00811.php</a>
643643
</p>
644-
</li><li>Allow COPY in CSV mode to control whether "" is treated as NULL
645-
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-07/msg00905.php">http://archives.postgresql.org/pgsql-hackers/2007-07/msg00905.php</a>
644+
</li><li>Allow COPY in CSV mode to control whether a quoted zero-length
645+
string is treated as NULL
646+
<p> Currently this is always treated as a zero-length string,
647+
which generates an error when loading into an integer column
648+
<a href="http://archives.postgresql.org/pgsql-hackers/2007-07/msg00905.php">http://archives.postgresql.org/pgsql-hackers/2007-07/msg00905.php</a>
646649
</p>
647650
</li></ul>
648651
</li><li>GRANT/REVOKE

0 commit comments

Comments
 (0)