pgsql: Update TODO: o Allow COPY in CSV mode to control whether - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Update TODO: o Allow COPY in CSV mode to control whether
Date
Msg-id 20080311231705.277D1753336@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2310 -> r1.2311)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2310&r2=1.2311)
    pgsql/doc/src/FAQ:
        TODO.html (r1.819 -> r1.820)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.819&r2=1.820)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: add to TODO COPY: > > o Allow COPY in CSV mode to control
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Prevent psql \copy from accepting multiple string parameters,