Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen
Дата
Msg-id e51f66da0909251323m6a320518s58c3ebc5b755b027@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 9/25/09, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> petere@postgresql.org (Peter Eisentraut) writes:
>  > Log Message:
>  > -----------
>  > Unicode escapes in E'...' strings
>
>  > Author: Marko Kreen <markokr@gmail.com>
>
>  This patch has broken the no-backup property of the scanner, which
>  is an absolutely unacceptable penalty for such a second-order feature.
>  Please fix or revert.

How do I find out the state of said property?

Currently I assume its related to xeunicodebad pattern?

Will this fix it:
-xeunicodebad   [\\]([uU])+xeunicodebad   [\\](u[0-9A-Fa-f]{0,3}|U[0-9A-Fa-f]{0,7})

?

-- 
marko


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: syslog_line_prefix
Следующее
От: Robert Haas
Дата:
Сообщение: Re: WIP - syslogger infrastructure changes