Re: Unicode escapes with any backend encoding - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Unicode escapes with any backend encoding
Date
Msg-id 7655.1579043069@sss.pgh.pa.us
Whole thread Raw
In response to Re: Unicode escapes with any backend encoding  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: Unicode escapes with any backend encoding
List pgsql-hackers
Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes:
> Perhaps I expressed myself badly. What I meant was that we should keep
> the json and text escape rules in sync, as they are now. Since we're
> changing the text rules to allow resolvable non-ascii unicode escapes
> in non-utf8 locales, we should do the same for json.

Got it.  I'll make the patch do that in a little bit.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Add FOREIGN to ALTER TABLE in pg_dump
Next
From: Tomas Vondra
Date:
Subject: Re: planner support functions: handle GROUP BY estimates ?