diff options
author | Magnus Hagander <magnus@hagander.net> | 2018-10-29 12:34:49 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2018-10-29 12:34:49 +0100 |
commit | 56c0484b2ef10cacdfc3f35e017e8049ecc0800b (patch) | |
tree | a0317e64d93ca37d41a910ef8de904103ec6a10d | |
parent | a9e5f8e7810b46113c5322155411198484695dba (diff) | |
download | postgresql-56c0484b2ef10cacdfc3f35e017e8049ecc0800b.tar.gz postgresql-56c0484b2ef10cacdfc3f35e017e8049ecc0800b.zip |
Fix missing whitespace in pg_dump ref page
Author: Daniel Gustafsson <daniel@yesql.se>
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 2 |
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 790e81c32c9..b5fa4fb85cc 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. |