pgsql-server/ oc/src/sgml/ref/copy.sgml rc/bac ...

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server/ oc/src/sgml/ref/copy.sgml rc/bac ...
Дата
Msg-id 20031006023853.69C7ED1B50E@svr1.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql-server/ oc/src/sgml/ref/copy.sgml rc/bac ...  (Neil Conway <neilc@samurai.com>)
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/10/05 23:38:53

Modified files:
    doc/src/sgml/ref: copy.sgml
    src/backend/commands: copy.c

Log message:
    Modify COPY FROM to match the null-value string against the column value
    before it is de-backslashed, not after.  This allows the null string \N
    to be reliably distinguished from the data value \N (which must be
    represented as \\N).  Per bug report from Manfred Koizar ... but it's
    amazing this hasn't been reported before ...
    Also, be consistent about encoding conversion for null string: the form
    specified in the command is in the server encoding, but what is sent
    to/from client must be in client encoding.  This never worked quite
    right before either.


В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/bin/psql common.c
Следующее
От: Neil Conway
Дата:
Сообщение: Re: pgsql-server/ oc/src/sgml/ref/copy.sgml rc/bac ...