Re: UTF8 national character data type support WIP patch and list of open issues. - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: UTF8 national character data type support WIP patch and list of open issues.
Date
Msg-id 52796E11.8010501@gmx.net
Whole thread Raw
In response to Re: UTF8 national character data type support WIP patch and list of open issues.  ("Arulappan, Arul Shaji" <arul@fast.au.fujitsu.com>)
Responses Re: UTF8 national character data type support WIP patch and list of open issues.  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 11/5/13, 1:04 AM, Arulappan, Arul Shaji wrote:
> Implements NCHAR/NVARCHAR as distinct data types, not as synonyms

If, per SQL standard, NCHAR(x) is equivalent to CHAR(x) CHARACTER SET
"cs", then for some "cs", NCHAR(x) must be the same as CHAR(x).
Therefore, an implementation as separate data types is wrong.



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Add cassert-only checks against unlocked use of relations
Next
From: Tom Lane
Date:
Subject: Re: Add cassert-only checks against unlocked use of relations