public inbox for [email protected]
help / color / mirror / Atom feedFrom: Ian Lawrence Barwick <[email protected]>
To: pgsql-docs <[email protected]>
Subject: 9.3: mention checksum feature in "29.1. Reliability"
Date: Tue, 27 Aug 2013 13:31:45 +0900
Message-ID: <CAB8KJ=gjE6mzvPapr8afmT8EcfvZPs-DTPTPewz=XoXf69YGQA@mail.gmail.com> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>
This page:
http://www.postgresql.org/docs/9.3/static/wal-reliability.html
says:
"Data pages are not currently checksummed, though full page images
recorded in WAL records will be protected. Data pages have a 16-bit
field available for future use with a data page checksum feature."
Patch with correction suggestion attached.
Regards
Ian Barwick
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
Attachments:
[application/octet-stream] docs-reliability.diff (862B, 2-docs-reliability.diff)
download | inline diff:
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml
index 059697e..4963d28 100644
--- a/doc/src/sgml/wal.sgml
+++ b/doc/src/sgml/wal.sgml
@@ -193,9 +193,10 @@
</listitem>
<listitem>
<para>
- Data pages are not currently checksummed, though full page images recorded
- in WAL records will be protected. Data pages have a 16-bit field available
- for future use with a data page checksum feature.
+ Data pages are not currently checksummed by default, though full page images
+ recorded in WAL records will be protected. Beginning with PostgreSQL 9.3,
+ an optional facility is provided to checksum all data pages in a cluster and
+ report corruption; see the <link linkend="app-initdb-data-checksums"><filename>initdb</filename></link> for further details.
</para>
</listitem>
<listitem>
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: 9.3: mention checksum feature in "29.1. Reliability"
In-Reply-To: <CAB8KJ=gjE6mzvPapr8afmT8EcfvZPs-DTPTPewz=XoXf69YGQA@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox