Display of Japanese character

From: Anil Kumar Narule <anilnarule(at)indofuji(dot)soft(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Display of Japanese character
Date: 2001-12-14 08:42:52
Message-ID: 3C0F6E31@msrvr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

hai
i have installed postgresql-7.1.3 on japanese professional windows 2000 OS.
i have set the language to EUC_JP during compilation and also created database
with japanese encoding.

while querying / inserting japanese characters.it wont display japanese
character .

table name it displays as |;

query
test-jp=# select * from l;

internal slash command
test-jp=# \d
List of relations
Name | Type | Owner
------+-------+--------
l | table | T41260
(1 row)

i dont know wheather its because of postgres/cygwin

any hints...

thank you in advance

Browse pgsql-general by date

  From Date Subject
Next Message Luis Amigo 2001-12-14 09:48:36 can someone explain that?
Previous Message Antonio Fiol Bonnín 2001-12-14 08:14:05 Re: slow queries on large syslog table

Browse pgsql-sql by date

  From Date Subject
Next Message MindTerm 2001-12-14 09:06:47 Re: performance tuning in large function / transaction
Previous Message Stephan Szabo 2001-12-14 08:40:35 Re: performance tuning in large function / transaction