summaryrefslogtreecommitdiff
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:35:50 +0100
commitb5f1717ef54868d34e9f588aa20adc3e2ea72c8b (patch)
tree1ad3f69643aa1ed824ab7d26d9a269aa65c66280
parent29cdf02e3fb7afb3f26a81d95bf74d846e8a60b8 (diff)
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 65083fd9702..93c0861942f 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -82,7 +82,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.