Re: character conversion problem about UTF-8-->SHIFT_JIS_2004 - Mailing list pgsql-general

From Hiroshi Saito
Subject Re: character conversion problem about UTF-8-->SHIFT_JIS_2004
Date
Msg-id 01d301c86a60$b0b66fd0$0301a8c0@HP22720319231
Whole thread Raw
In response to Re: character conversion problem about UTF-8-->SHIFT_JIS_2004  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
Responses Re: character conversion problem about UTF-8-->SHIFT_JIS_2004
List pgsql-general
Hi.

>> use set client_encoding=''SJIS be the same to export PGCLIENTENCODING=SJIS.
>>
>> But can not export the data to csv file corecttly without errror,
>> just because the character which is not SJIS encoding.

Um, Please show the information on your database of 7.3.

ex)
postgres=# \l
        List of databases
   Name    |  Owner   | Encoding
-----------+----------+----------
 postgres  | postgres | UTF8
 template0 | postgres | UTF8
 template1 | postgres | UTF8
(3 rows)

Probably, your database is SQL_ASCII ?

Regards,
Hiroshi Saito

pgsql-general by date:

Previous
From: "Hiroshi Saito"
Date:
Subject: Re: character conversion problem about UTF-8-->SHIFT_JIS_2004
Next
From: Colin Wetherbee
Date:
Subject: Re: ERROR: COPY quote must be a single ASCII character