]> granicus.if.org Git - postgresql/commitdiff
Update description of GUC full_page_writes.
authorBruce Momjian <bruce@momjian.us>
Wed, 6 Jul 2005 14:45:12 +0000 (14:45 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 6 Jul 2005 14:45:12 +0000 (14:45 +0000)
Michael Paesold

doc/src/sgml/runtime.sgml

index 3c683210d4b414585efbd27543e3e9dc3f577506..1aed577b087adbf36ab25e57023d260de3881920 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$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">
@@ -1705,11 +1705,12 @@ SET ENABLE_SEQSCAN TO OFF;
 
        <para>
         When this option is on, the <productname>PostgreSQL</> server
-        writes full pages to WAL when they first modified after a checkpoint
-        so full recovery is possible. Turning this option off might lead
-        to a corrupt system after an operating system crash because
-        uncorrected partial pages might contain inconsistent or corrupt
-        data. The risks are less but similar to <varname>fsync</>.
+        writes full pages to WAL when they are first modified after a
+        checkpoint so full recovery is possible. Turning this option off
+        might lead to a corrupt system after an operating system crash
+        or power failure because uncorrected partial pages might contain
+        inconsistent or corrupt data. The risks are less but similar to
+        <varname>fsync</>.
        </para>
 
        <para>