Marcello Perathoner <marcello(at)perathoner(dot)de> 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 GCC 2.96
Update to 7.4. 7.3 mistakenly assumed that it could use "text" as the
storage type for pg_statistic entries.
regards, tom lane