CRC function? - Mailing list pgsql-general

From Francisco Reyes
Subject CRC function?
Date
Msg-id 20020708002533.J24005-100000@zoraida.natserv.net
Whole thread Raw
Responses Re: CRC function?
List pgsql-general
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;




pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Error messages changes for 7.3?
Next
From: Bruce Momjian
Date:
Subject: Re: CRC function?