File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.336 2005/07/05 23:18:09 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.337 2005/07/06 14:45:12 momjian Exp $
3
3
-->
4
4
5
5
<chapter Id="runtime">
@@ -1705,11 +1705,12 @@ SET ENABLE_SEQSCAN TO OFF;
1705
1705
1706
1706
<para>
1707
1707
When this option is on, the <productname>PostgreSQL</> server
1708
- writes full pages to WAL when they first modified after a checkpoint
1709
- so full recovery is possible. Turning this option off might lead
1710
- to a corrupt system after an operating system crash because
1711
- uncorrected partial pages might contain inconsistent or corrupt
1712
- data. The risks are less but similar to <varname>fsync</>.
1708
+ writes full pages to WAL when they are first modified after a
1709
+ checkpoint so full recovery is possible. Turning this option off
1710
+ might lead to a corrupt system after an operating system crash
1711
+ or power failure because uncorrected partial pages might contain
1712
+ inconsistent or corrupt data. The risks are less but similar to
1713
+ <varname>fsync</>.
1713
1714
</para>
1714
1715
1715
1716
<para>
You can’t perform that action at this time.
0 commit comments