diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-11-30 22:18:00 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-12-03 22:45:02 -0500 |
commit | 2da3005a185acdb703f4e2e2317445e6d1cf26bb (patch) | |
tree | 05a897b13931ef103061213f63131f05eb745295 /doc/src | |
parent | d854c7dc6c59874ea6086f7bee29edd45394d0ae (diff) | |
download | postgresql-2da3005a185acdb703f4e2e2317445e6d1cf26bb.tar.gz postgresql-2da3005a185acdb703f4e2e2317445e6d1cf26bb.zip |
dummy commit
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index fa8de0161e6..b7df8ce6124 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1697,12 +1697,12 @@ include 'filename' </para> <para> - For reliable recovery when changing a cluster from - <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. + 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. </para> <para> |