CRC function?

From: Francisco Reyes <lists(at)natserv(dot)com>
To: pgsql General List <pgsql-general(at)postgresql(dot)org>
Subject: CRC function?
Date: 2002-07-08 04:30:50
Message-ID: 20020708002533.J24005-100000@zoraida.natserv.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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;

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-07-08 04:32:23 Re: CRC function?
Previous Message Bruce Momjian 2002-07-08 03:56:42 Error messages changes for 7.3?