Re: CRC protection of data? - Mailing list pgsql-novice

From Tom Lane
Subject Re: CRC protection of data?
Date
Msg-id 23924.1258037049@sss.pgh.pa.us
Whole thread Raw
In response to CRC protection of data?  (Henrik Jönsson <hjoensson@gmail.com>)
List pgsql-novice
=?ISO-8859-1?Q?Henrik_J=F6nsson?= <hjoensson@gmail.com> writes:
> Is there any built-in support in Postgresql to calculate and verify a
> checksum of the data read to and from the disc?

No.  It's been looked at; the costs would be far out of proportion
to the benefits.

            regards, tom lane

pgsql-novice by date:

Previous
From: Henrik Jönsson
Date:
Subject: CRC protection of data?
Next
From: Tom Lane
Date:
Subject: Re: How to change primary key in a table