Re: Error while loading sql file - Mailing list pgsql-general

From John R Pierce
Subject Re: Error while loading sql file
Date
Msg-id 4EF95AC5.2010707@hogranch.com
Whole thread Raw
In response to Re: Error while loading sql file  (Adarsh Sharma <adarsh.sharma@orkash.com>)
List 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 by date:

Previous
From: Adarsh Sharma
Date:
Subject: Re: Error while loading sql file
Next
From: AI Rumman
Date:
Subject: Why does index not use for CTE query?