Re: psql output in Japanese Code Page

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: danny_abraham(at)bmc(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: psql output in Japanese Code Page
Date: 2018-12-12 23:38:16
Message-ID: 20181213.083816.38493701022447822.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Hi,
>
> While under Code Page 932 (=Japanese) the old PSQL 9.5.5 - used to talk plain English, like in \d <table name>
>
> This behavior has changed in PSQL 10. We are now forced to run "chcp 1252" before any PSQL activity.
>
> Does anyone know about it? Any suggestions?
>
> I tried \encoding WIN1252. Did not work.

What's your database encoding? (\l command on psql prompt will show it).
Also what's the result of chcp (with no argument).

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chris Mair 2018-12-12 23:58:33 Re: postgresql10-server RPM unpacking of archive failed
Previous Message Mike Lissner 2018-12-12 23:19:20 Re: Errors with schema migration and logical replication — expected?