Re: copy from stdin; bug?

From: Rehak Tamas <rehak(at)sch(dot)bme(dot)hu>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: copy from stdin; bug?
Date: 2001-01-17 00:40:58
Message-ID: Pine.GSO.4.30.0101170139010.15496-100000@balu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Re

On Tue, 16 Jan 2001, Tatsuo Ishii wrote:
> The encoding of your databases are all UNICODE. So you need to input
> data as UTF-8 in this case. I guess you are trying to input ISO-8859-1
> encoded data that is the source of the problem. Here are possible
> solutions:
> 1) input data as UTF-8
:)

> 2) crete a new databse using encoidng LATIN1. createdb -E LATIN1...
yes, this will be the sollution...

> 3) upgrade to 7.1 that has the capability to do an automatic
> conversion between UTF-8 and ISO-8859-1.
i like to use deb packages and to use 7.1 i would have to upgrade to woody
(or even sid)...

thank you for your quick help!!!

Udv
tRehak

------------------------------------
E-Mail: Tom Rehak <rehak(at)sch(dot)bme(dot)hu>
------------------------------------

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2001-01-17 01:22:42 Re: CASE inet << inet ...
Previous Message Bruce Momjian 2001-01-17 00:34:02 Re: DeadLockCheck is buggy