Backslashes in string literals

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Backslashes in string literals
Дата
Msg-id 43981527.EE98.0025.0@wicourts.gov
обсуждение исходный текст
Ответы Re: Backslashes in string literals  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Backslashes in string literals  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
I've just been bitten by the "backslash in string literals" issue.  I
have reviewed the mailing lists and the TODO list.  I see that the
direction PostgreSQL is headed is to drop the nonstandard escapes,
unless an extended literal is explicitly used.  I've attached a patch
which supports this as a configure option, using a
--enable-standard-strings switch.  It's probably somewhat naive, but
maybe it can be helpful.

-Kevin



Вложения

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

Предыдущее
От: "Ricardo Vaz - TCESP"
Дата:
Сообщение: Log of CREATE USER statement
Следующее
От: Kenneth Marshall
Дата:
Сообщение: Re: Warm-cache prefetching