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

From Marko Kreen
Subject Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen
Date
Msg-id e51f66da0909251323m6a320518s58c3ebc5b755b027@mail.gmail.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: syslog_line_prefix
Next
From: Robert Haas
Date:
Subject: Re: WIP - syslogger infrastructure changes