diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-11-21 20:09:20 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-11-21 20:09:20 -0500 |
commit | 4e64be6520dbc67febbf8ecd8fe28bad06c0255c (patch) | |
tree | 0222465b2f5a800f22081b138e8036e3962fb4f3 | |
parent | 63e045c2dcf53eb56d2851acc1236c31f3098a95 (diff) | |
download | postgresql-4e64be6520dbc67febbf8ecd8fe28bad06c0255c.tar.gz postgresql-4e64be6520dbc67febbf8ecd8fe28bad06c0255c.zip |
doc: FreeBSD uses camcontrol identify, not atacontrol, for cache
This is for IDE drive cache control, same as SCSI (already documented
properly).
Reported-by: John Ekins
Discussion: https://postgr.es/m/20170808224017.8424.69170@wrigleys.postgresql.org
Author: John Ekins
Backpatch-through: 12
-rw-r--r-- | doc/src/sgml/wal.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 27fb020a06f..2514982fbb4 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -85,7 +85,7 @@ <listitem> <para> On <productname>FreeBSD</productname>, IDE drives can be queried using - <command>atacontrol</command> and write caching turned off using + <command>camcontrol identify</command> and write caching turned off using <literal>hw.ata.wc=0</literal> in <filename>/boot/loader.conf</filename>; SCSI drives can be queried using <command>camcontrol identify</command>, and the write cache both queried and changed using |