|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated: Tue Mar 1118:47:23 EDT 2008 |
| 11 | +Last updated: Tue Mar 1119:16:53 EDT 2008 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="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>
|
641 | 641 | </li><li>Allow COPY FROM to create index entries in bulk
|
642 | 642 | <p><ahref="http://archives.postgresql.org/pgsql-hackers/2008-02/msg00811.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg00811.php</a>
|
643 | 643 | </p>
|
644 |
| -</li><li>Allow COPY in CSV mode to control whether "" is treated as NULL |
645 |
| -<p><ahref="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 | +<ahref="http://archives.postgresql.org/pgsql-hackers/2007-07/msg00905.php">http://archives.postgresql.org/pgsql-hackers/2007-07/msg00905.php</a> |
646 | 649 | </p>
|
647 | 650 | </li></ul>
|
648 | 651 | </li><li>GRANT/REVOKE
|
|