COPY allows parameters which corrupt output

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема COPY allows parameters which corrupt output
Дата
Msg-id Pine.LNX.4.33.0401121326400.10270-200000@leary.csoft.net
обсуждение исходный текст
Список pgsql-bugs
COPY allows DELIMITER and NULL to be specified which don't allow the data
to be copied back in properly.  Using any delimiter that could be part of
a backslash escape sequence (\n \0 \t) will break if any of the data has a
character matching the delimiter because it will be escaped and then be
read as a special character.

It also allows DELIMITER and NULL to overlap.  No character in the NULL
specification should be the DELIMITER.

Kris Jurka

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Assertion failure in current cvs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Assertion failure in current cvs