Commit 0bf8b273 authored by Bruce Momjian's avatar Bruce Momjian

Update description of GUC full_page_writes.

Michael Paesold
parent 7d2e1cb7
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.336 2005/07/05 23:18:09 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.337 2005/07/06 14:45:12 momjian Exp $
--> -->
<chapter Id="runtime"> <chapter Id="runtime">
...@@ -1705,11 +1705,12 @@ SET ENABLE_SEQSCAN TO OFF; ...@@ -1705,11 +1705,12 @@ SET ENABLE_SEQSCAN TO OFF;
<para> <para>
When this option is on, the <productname>PostgreSQL</> server When this option is on, the <productname>PostgreSQL</> server
writes full pages to WAL when they first modified after a checkpoint writes full pages to WAL when they are first modified after a
so full recovery is possible. Turning this option off might lead checkpoint so full recovery is possible. Turning this option off
to a corrupt system after an operating system crash because might lead to a corrupt system after an operating system crash
uncorrected partial pages might contain inconsistent or corrupt or power failure because uncorrected partial pages might contain
data. The risks are less but similar to <varname>fsync</>. inconsistent or corrupt data. The risks are less but similar to
<varname>fsync</>.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment