diff options
author | Magnus Hagander <magnus@hagander.net> | 2014-12-01 12:12:07 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2014-12-01 12:12:33 +0100 |
commit | 5c9a4a866efcc15ec041134538e01f25c2e2bd88 (patch) | |
tree | 495e4c38edcbcb549e6d1d2c17a53a3a6e273159 | |
parent | 179a9afdd77e04c089013fd3d5d5abe2d96516ed (diff) | |
download | postgresql-5c9a4a866efcc15ec041134538e01f25c2e2bd88.tar.gz postgresql-5c9a4a866efcc15ec041134538e01f25c2e2bd88.zip |
Fix missing space in documentation
Ian Barwick
-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 c72253227e4..f924da3f732 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -194,7 +194,7 @@ <listitem> <para> Data pages are not currently checksummed by default, though full page images - recorded in WAL records will be protected; see<link + recorded in WAL records will be protected; see <link linkend="app-initdb-data-checksums"><application>initdb</></link> for details about enabling data page checksums. </para> |