diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-07-26 21:25:26 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-07-26 21:25:26 -0400 |
commit | 9ebe82bd48e63081382641027dd0f16b00bca25f (patch) | |
tree | b852b806c49c5b6b7842b0997392ab4536182c54 | |
parent | 54e3c4af2340bcfbd203e60c05b5e2bb9ad1108d (diff) | |
download | postgresql-9ebe82bd48e63081382641027dd0f16b00bca25f.tar.gz postgresql-9ebe82bd48e63081382641027dd0f16b00bca25f.zip |
Update doc mention of diskchecker.pl to add URL for script; retain URL
for description.
Patch to 9.0 and later, where script is mentioned.
-rw-r--r-- | doc/src/sgml/wal.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index e34faffce2a..559db3aaf6c 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -153,8 +153,10 @@ drive cannot guarantee the data will be written before shutdown. If you use SSDs, be aware that many of these do not honor cache flush commands by default. - You can test for reliable I/O subsystem behavior using <ulink - url="http://brad.livejournal.com/2116715.html"><filename>diskchecker.pl</filename></ulink>. + You can test for reliable I/O subsystem behavior using + <application>diskchecker.pl</> (<ulink + url="http://brad.livejournal.com/2116715.html">description</ulink>, <ulink + url="https://gist.github.com/3172656">script</ulink>). </para> <para> |