Re: Unicode comment on Postgres vs Sql Server

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: Unicode comment on Postgres vs Sql Server
Дата
Msg-id 47CB1654.6070506@wildenhain.de
обсуждение исходный текст
Ответ на Unicode comment on Postgres vs Sql Server  ("Swaminathan Saikumar" <swami@giveexam.com>)
Список pgsql-general
Swaminathan Saikumar wrote:
> I didn't have proper knowledge about the UTF8 format, thanks.
> I originally meant nvarchar & nchar, which is basically varchar & char
> that supports Unicode regardless of the database encoding.

Well, we don't need that when we have UTF8. There could be edge cases
speed wise when you use UCS16 or UCS32 internally but I'm not sure
how well this would justify a new datatype.

The current problem isnt so much with encoding database wise, its more
about collating database cluster wise - which is something not
easily solved when you want to do it according to the SQL spec.

You could work around that with a functional index.

Regards
Tino Wildenhain

В списке pgsql-general по дате отправления:

Предыдущее
От: Stephane Bortzmeyer
Дата:
Сообщение: Re: Unicode comment on Postgres vs Sql Server
Следующее
От: Tino Wildenhain
Дата:
Сообщение: Re: Unicode comment on Postgres vs Sql Server