ANALYZE: "Invalid UNICODE character sequence found (0xfb5c30)"

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: ANALYZE: "Invalid UNICODE character sequence found (0xfb5c30)"
Date: 2003-03-18 14:26:49
Message-ID: m3bs08bviu.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm getting

ERROR: Invalid UNICODE character sequence found (0xfb5c30)

when I run ANALYZE on my database. The database is 7.3.2, with
backend/parser/gram.y from REL7_3_STABLE tip (as of last week, to fix
a problem with restores). I did 'initdb' with '-E UNICODE'. The data
is coming from an Access frontend via ODBC so I don't have a lot of
control over it.

Does this mean my database can't be ANALYZEd?

-Doug

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-03-18 14:26:53 Re: More on async-notify, smp-ppc
Previous Message Thomas Kellerer 2003-03-18 14:15:17 Re: What is the best way to kill/restart the postmaster?