About ERROR: could not convert UTF-8 character 0x00e9 to ISO8859-1

From: Ying Lu <ying_lu(at)cs(dot)concordia(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: About ERROR: could not convert UTF-8 character 0x00e9 to ISO8859-1
Date: 2005-04-13 15:49:56
Message-ID: 425D3FA4.8000002@cs.concordia.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greetings,

PostgreSQL 8.0.1 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.2.
When I run

select * from table1;

I got an error:
=========
ERROR: could not convert UTF-8 character 0x00e9 to ISO8859-1

I tried to google but cannot find much info about it. Can somebody help?

Thanks,
Emi

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-04-13 15:50:41 Re: Composite type versus Domain constraints.
Previous Message Sean Davis 2005-04-13 15:43:43 Re: psql vs perl prepared inserts