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:35:39 +0100
commit2cd311d4992cf57de832728cb9f84dc2efd802b7 (patch)
tree89a4ca60089695441368eefd9487be43fb7dd74e
parent9c0b04f18b2f9cf0a56f6dc97f506b21a6a041c3 (diff)
downloadpostgresql-2cd311d4992cf57de832728cb9f84dc2efd802b7.tar.gz
postgresql-2cd311d4992cf57de832728cb9f84dc2efd802b7.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 82aa43968e0..6e8ccb9e4cf 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>