Re: BUG #1060: psql encoding bug : sjis

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1060: psql encoding bug : sjis
Date: 2004-01-22 13:16:51
Message-ID: 20040122.221651.74754933.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

You need to create database "test1" with encoding EUC_JP or UNICODE.
For example:

/usr/local/pgsql/bin/createdb -E EUC_JP test1
--
Tatsuo Ishii

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
Subject: [BUGS] BUG #1060: psql encoding bug : sjis
Date: Thu, 22 Jan 2004 04:53:36 -0400 (AST)
Message-ID: <20040122085336(dot)C618BCF50EA(at)www(dot)postgresql(dot)com>

>
> The following bug has been logged online:
>
> Bug reference: 1060
> Logged by: Hitoshi Gosen
>
> Email address: mic-gosen(at)ns(dot)inter-mic(dot)co(dot)jp
>
> PostgreSQL version: 7.4
>
> Operating system: linux 2.4.9
>
> Description: psql encoding bug : sjis
>
> Details:
>
> version 7.4.1
>
> installation steps:
>
> ./configure
> gmake
> su
> gmake install
> adduser postgres
> mkdir /usr/local/pgsql/data
> chown postgres /usr/local/pgsql/data
> su - postgres
> /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
> /usr/local/pgsql/bin/postmaster - D usr/local/pgsql/data >logfile 2>&1 &
> /usr/local/pgsql/bin/createdb test1
> ----------------------------------------
> client:
> /usr/local/pgsql/bin/psql test1
> \encoding sjis
> create table テスト情報(テスト character(4));
> \d
> -----------------------------------------
>
> the last command \d shows me a different name for the table.
> I cannot access the table.
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Forty 2004-01-22 13:24:58 informazioni su installazione psql su windows
Previous Message Noel Cornejo 2004-01-22 11:54:52 Tuple is too big: size 9104, max size 8128