psql encoding problem

From: T E Schmitz <mailreg(at)numerixtechnology(dot)de>
To: pgsql-sql(at)postgresql(dot)org
Subject: psql encoding problem
Date: 2005-02-28 20:48:10
Message-ID: 4223838A.7030904@numerixtechnology.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello,

I am trying to insert the following record:

INSERT INTO item (name,retail_price) VALUES ('Cheese Soufflé',7.95,);

(I presume you see the accented character in *Soufflé*)

psql comes back with "invalid byte sequence for encoding "UNICODE": 0xe9"
If I do this via DbVisualizer, the record is inserted fine.

Is there any way around this problem?

--

Regards/Gruß,

Tarlika Elisabeth Schmitz

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2005-02-28 21:54:28 Re: SQL error: function round(double precision, integer) does
Previous Message Casey T. Deccio 2005-02-28 20:23:35 Re: table constraints