aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2016-11-08 18:34:59 +0100
committerMagnus Hagander <magnus@hagander.net>2016-11-08 18:37:48 +0100
commitc32e05bce74cbb965f8f847d65caa20947b4d2bb (patch)
tree5c2b167d3f141d03f5a4d557bb6a093dc31ab66b
parent91ba77c722928429ebdb042075f7c0bf9d50cf34 (diff)
downloadpostgresql-c32e05bce74cbb965f8f847d65caa20947b4d2bb.tar.gz
postgresql-c32e05bce74cbb965f8f847d65caa20947b4d2bb.zip
Fix typo
-rw-r--r--doc/src/sgml/ref/pg_basebackup.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml
index 03615da480c..95c801627b3 100644
--- a/doc/src/sgml/ref/pg_basebackup.sgml
+++ b/doc/src/sgml/ref/pg_basebackup.sgml
@@ -88,7 +88,7 @@ PostgreSQL documentation
There is no guarantee that all WAL files required for the backup are archived
at the end of backup. If you are planning to use the backup for an archive
recovery and want to ensure that all required files are available at that moment,
- you need to include them into the backup by using <literal>-x</> option.
+ you need to include them into the backup by using the <literal>-x</> option.
</para>
</listitem>
<listitem>