diff options
author | Bruce Momjian | 2007-12-10 22:08:36 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-12-10 22:08:36 +0000 |
commit | 9377e6a7ba2888ed26d9e0d27eedec8392e591b5 (patch) | |
tree | b10599edc477d4645b3432e9ac89d3cf6a25cb29 /doc/src | |
parent | 3e113efdf06e1f8b5e4a89b2bdccf36d48217698 (diff) |
Wording improvement for write-cache disabling instructions.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/wal.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 2d0886334ab..d1228fdc40c 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.48 2007/12/10 14:51:10 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.49 2007/12/10 22:08:36 momjian Exp $ --> <chapter id="wal"> <title>Reliability and the Write-Ahead Log</title> @@ -66,7 +66,7 @@ <application>atacontrol</>. (For SCSI disks use <ulink url="http://sg.torque.net/sg/sdparm.html"><application>sdparm</></ulink> to turn off <literal>WCE</>.) On <productname>Windows</> write caching is - controlled by <literal>My Computer\Open\{select disk + disabled by unchecking <literal>My Computer\Open\{select disk drive}\Properties\Hardware\Properties\Policies\Enable write caching on the disk</>. </para> |