vacuumdb: ERROR: Invalid UNICODE character sequence found - Mailing list pgsql-admin

From Marcello Perathoner
Subject vacuumdb: ERROR: Invalid UNICODE character sequence found
Date
Msg-id 40C917F5.3030700@perathoner.de
Whole thread Raw
Responses Re: vacuumdb: ERROR: Invalid UNICODE character sequence found  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
I get this error when I try to analyze a column containing md5 hashes.

The data type of the column is: bytea. The database encoding is UNICODE.

Does anybody know a workaround for this?

Thanks.


$ vacuumdb  --analyze --table 'files(md5hash)'
ERROR:  Invalid UNICODE character sequence found (0xdb51)
vacuumdb: vacuum files(md5hash) gutenberg failed


$ psql --version
psql (PostgreSQL) 7.3.3
contains support for command-line editing


gutenberg=>  SELECT version();
                              version
-----------------------------------------------------------------
  PostgreSQL 7.3.3 on i686-redhat-linux-gnu, compiled by GCC 2.96
(1 row)


--
Marcello Perathoner

pgsql-admin by date:

Previous
From: Mark Striebeck
Date:
Subject: out of memory error
Next
From: Tom Lane
Date:
Subject: Re: vacuumdb: ERROR: Invalid UNICODE character sequence found