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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: UTF8 national character data type support WIP patch and list of open issues.
Дата
Msg-id 52796E11.8010501@gmx.net
обсуждение исходный текст
Ответ на Re: UTF8 national character data type support WIP patch and list of open issues.  ("Arulappan, Arul Shaji" <arul@fast.au.fujitsu.com>)
Ответы Re: UTF8 national character data type support WIP patch and list of open issues.  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Add cassert-only checks against unlocked use of relations
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Add cassert-only checks against unlocked use of relations