File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
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
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -733,8 +733,11 @@ SQL Commands
733
733
734
734
http://archives.postgresql.org/pgsql-hackers/2008-02/msg00811.php
735
735
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
737
738
739
+ Currently this is always treated as a zero-length string,
740
+ which generates an error when loading into an integer column
738
741
http://archives.postgresql.org/pgsql-hackers/2007-07/msg00905.php
739
742
740
743
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: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
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 > .
@@ -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 > < a href ="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 > < 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 >
646
649
</ p >
647
650
</ li > </ ul >
648
651
</ li > < li > GRANT/REVOKE
You can’t perform that action at this time.
0 commit comments