diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-10-10 13:21:35 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-10-10 13:22:41 -0400 |
commit | 262d7f8bacfbbb01d05cab5b01d8a8422c38b9e3 (patch) | |
tree | 3a4e57e31f28da36ff280e9e59078f1b8e18cbd6 /doc/src | |
parent | bc397244c80a0f60d14f0bb7286776afc5e039d8 (diff) | |
download | postgresql-262d7f8bacfbbb01d05cab5b01d8a8422c38b9e3.tar.gz postgresql-262d7f8bacfbbb01d05cab5b01d8a8422c38b9e3.zip |
Improve documentation of how to fiddle with SCSI drives on FreeBSD.
Per suggestions from Achilleas Mantzios and Greg Smith.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/wal.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 4d111903a76..ff825eca3b8 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -87,7 +87,9 @@ On <productname>FreeBSD</>, IDE drives can be queried using <command>atacontrol</command> and write caching turned off using <literal>hw.ata.wc=0</> in <filename>/boot/loader.conf</>; - SCSI drives use <command>sdparm</command>. + SCSI drives can be queried using <command>camcontrol identify</command>, + and the write cache both queried and changed using + <command>sdparm</command> when available. </para> </listitem> |