Re: Error while loading sql file

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Error while loading sql file
Дата
Msg-id 4EF95AC5.2010707@hogranch.com
обсуждение исходный текст
Ответ на Re: Error while loading sql file  (Adarsh Sharma <adarsh.sharma@orkash.com>)
Список pgsql-general
On 12/26/11 9:32 PM, Adarsh Sharma wrote:
> Above link shows the above encoding schemes is in utf16 format but
> postgresql-8.4 doesn't support it.
> Is there any way to store data in different encoding in a utf-8 database.

afaik, anything in UTF16 can be represented by UTF8, but the inverse is
not true.   you'd want to convert the data to the CLIENT_ENCODING,
whatever thats set to, before you send it to postgres.




--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


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

Предыдущее
От: Adarsh Sharma
Дата:
Сообщение: Re: Error while loading sql file
Следующее
От: AI Rumman
Дата:
Сообщение: Why does index not use for CTE query?