Re: COPY fast parse patch

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: COPY fast parse patch
Дата
Msg-id 200506020120.j521K6U05680@candle.pha.pa.us
обсуждение исходный текст
Ответ на COPY fast parse patch  ("Alon Goldshuv" <agoldshuv@greenplum.com>)
Список pgsql-patches
Alon Goldshuv wrote:
> 5) Data integrity and escaping improvements. Treats all characters as data
> (unless it's an escaped delim or EOL) and therefore data
> integrity is preserved. However, some people that already got
> used to the postgres COPY escaping way may want to keep it. They could do so
> by still using the old COPY.

OK, if the COPY file contains:

    \n\||\r\\a|\N

and the delimiter is '|', what does that represent?  What if there were
a literal '\' followed by a '|' in the data table being dumped?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: patch for between symmetric, asymmetric (from TODO)
Следующее
От: Neil Conway
Дата:
Сообщение: Re: O_DIRECT for WAL writes