From: Bruce Momjian Date: Tue, 14 Feb 2012 22:41:57 +0000 (-0500) Subject: Improve fsync documentation by stating that -W _0_ turns of write X-Git-Tag: REL9_2_BETA1~422 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58d746213d3defb84947ff1407e6cb0eabb26f38;p=thirdparty%2Fpostgresql.git Improve fsync documentation by stating that -W _0_ turns of write caching. --- diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 1d1924bc8df..0afb9d6af60 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -73,7 +73,7 @@ On Linux, IDE drives can be queried using hdparm -I; write caching is enabled if there is - a * next to Write cache. hdparm -W + a * next to Write cache. hdparm -W 0 can be used to turn off write caching. SCSI drives can be queried using sdparm. Use sdparm --get=WCE to check