| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера