Re: [GENERAL] How well does PostgreSQL 9.6.1 support unicode? - Mailing list pgsql-general

From Tom Lane
Subject Re: [GENERAL] How well does PostgreSQL 9.6.1 support unicode?
Date
Msg-id 18493.1482364605@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] How well does PostgreSQL 9.6.1 support unicode?  (James Zhou <james@360data.ca>)
List pgsql-general
James Zhou <james@360data.ca> writes:
> The format U&'\03B1' only works for chars between 0000 - FFFF

Kyotaro-san already pointed you to the right answer on that:
you have to use "\+nnnnnn" for six-digit code points in the U&
string syntax.

            regards, tom lane


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: [GENERAL] error updating a tuple after promoting a standby
Next
From: neos@olansoft.com
Date:
Subject: Re: [GENERAL] Too long startup time after each crash.