Looked at contrib and didn't see it.
Anyone knows if there is a CRC fuction available for PostgreSQL.
As an example of how I would use it.
Imagine a table with 3 columns
id,text, crc_val
I could then do something like:
select id from <table> where crc(text) <> crc_val;