aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2018-10-29 12:34:49 +0100
committerMagnus Hagander <magnus@hagander.net>2018-10-29 12:36:05 +0100
commite873886b83e1ef5787dc0e4cd9588a703b4324a0 (patch)
tree98f0ef41ef2bb6e6a25ac9c5731389ac0f267b69
parentfef9482dacfef6fadebcc8ce2da57b850a32e8fd (diff)
downloadpostgresql-e873886b83e1ef5787dc0e4cd9588a703b4324a0.tar.gz
postgresql-e873886b83e1ef5787dc0e4cd9588a703b4324a0.zip
Fix missing whitespace in pg_dump ref page
Author: Daniel Gustafsson <daniel@yesql.se>
-rw-r--r--doc/src/sgml/ref/pg_dump.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index 3c088f33558..4c63ebb7b0e 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -81,7 +81,7 @@ PostgreSQL documentation
can be used to examine the archive and/or select which parts of the
database are to be restored. The most flexible output file formats are
the <quote>custom</quote> format (<option>-Fc</option>) and the
- <quote>directory</quote> format(<option>-Fd</option>). They allow
+ <quote>directory</quote> format (<option>-Fd</option>). They allow
for selection and reordering of all archived items, support parallel
restoration, and are compressed by default. The <quote>directory</quote>
format is the only format that supports parallel dumps.