ERROR: Invalid UNICODE character sequence found (0xed5c30)

From: Zengfa Gao <zfgao(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: ERROR: Invalid UNICODE character sequence found (0xed5c30)
Date: 2003-08-08 21:37:04
Message-ID: 20030808213704.74354.qmail@web41007.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I try to put into some data I backuped.

export PGPASSWORD=security
cat /opt/myproj/bin/mysave | /usr/bin/psql -h
localhost -U myuser DB_Name

I got:

ERROR: Invalid UNICODE character sequence found
(0xed5c30)

The DB I backuped data is created " WITH
ENCODING='UNICODE';"

Do I need to do something for client to deal with
Unicode support?

Thanks!

Zengfa

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Browse pgsql-general by date

  From Date Subject
Next Message Hunter Hillegas 2003-08-08 22:47:42 Empty Output? How Do I Determine the Character?
Previous Message Tom Lane 2003-08-08 20:47:44 Re: 7.3.3 behaving differently on OS X 10.2.6 and FreeBSD