diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2013-04-20 15:56:22 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2013-04-20 15:56:22 -0400 |
commit | 540ec93e33c4eea7da502e8a4e76e5de4b994ac1 (patch) | |
tree | 4361a8aaf8c24b440635ddc1b8be76e14405db94 /doc/src | |
parent | cc26ea9fe2e41e73c955ea75bea7a77fbd062d64 (diff) | |
download | postgresql-540ec93e33c4eea7da502e8a4e76e5de4b994ac1.tar.gz postgresql-540ec93e33c4eea7da502e8a4e76e5de4b994ac1.zip |
doc: Mention SATA alongside IDE for Linux
suggested by Jov
Diffstat (limited to 'doc/src')
-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 b1784e5cb3a..97961c0592c 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -71,7 +71,7 @@ <itemizedlist> <listitem> <para> - On <productname>Linux</>, IDE drives can be queried using + On <productname>Linux</>, IDE and SATA drives can be queried using <command>hdparm -I</command>; write caching is enabled if there is a <literal>*</> next to <literal>Write cache</>. <command>hdparm -W 0</> can be used to turn off write caching. SCSI drives can be queried |