Re: Escape handling in COPY, strings, psql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Escape handling in COPY, strings, psql
Дата
Msg-id 3945.1117379749@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Escape handling in COPY, strings, psql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> One other idea would be to remove escape processing for single-quoted
> strings but keep it for our $$ strings, becuase they are not ANSI
> standard.

There is *no* escape processing within $$, and never will be, because
that would destroy the entire point.  You'd be right back having to
double backslashes.
        regards, tom lane


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: compiling postgres with Visual Age compiler on
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Inefficiency in recent pgtz patch