We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd854c7d commit2da3005Copy full SHA for 2da3005
doc/src/sgml/config.sgml
@@ -1697,12 +1697,12 @@ include 'filename'
1697
</para>
1698
1699
<para>
1700
- For reliable recovery when changinga cluster from
1701
-<varname>fsync</varname>off to on, it is necessary to force all
1702
-modified buffers in thekernel to durable storage. This can be
1703
-done while the clusteris shutdown or while fsync is on by running
1704
-<command>initdb--sync-only</command>, running <command>sync</>,
1705
-unmounting thefile system, or rebooting the server.
+ For reliable recovery when changing<varname>fsync</varname>
+ off to on, it is necessary to force all modified buffers in the
+ kernel to durable storage. This can be done while the cluster
+ is shutdown or while fsync is on by running <command>initdb
+ --sync-only</command>, running <command>sync</>, unmounting the
+ file system, or rebooting the server.
1706
1707
1708