Re: [ADMIN] vacuumdb: ERROR: Invalid UNICODE character sequence found

2004-06-10 Thread Tom Lane
Marcello Perathoner <[EMAIL PROTECTED]> writes: > 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? > PostgreSQL 7.3.3 on i686-redhat-linux-gnu, compiled by

[ADMIN] vacuumdb: ERROR: Invalid UNICODE character sequence found

2004-06-10 Thread Marcello Perathoner
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) v