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:07 +0100 |
commit | 6d6cade05bcb68ca8677aa5502ca73274d6e4539 (patch) | |
tree | d76b00ce8941cad3a397202417d4d76faa0c3fe8 | |
parent | 866737c923730f0cf8dde787868ab3ae697a278a (diff) | |
download | postgresql-6d6cade05bcb68ca8677aa5502ca73274d6e4539.tar.gz postgresql-6d6cade05bcb68ca8677aa5502ca73274d6e4539.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 6172a087f2f..1254c03f80e 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> |