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:36:27 +0100 |
commit | ba5644d996f5a53306049e0004ecb07a9f74fb79 (patch) | |
tree | 8cb155524286942c2efac4f239bd936b8be57094 /doc/src | |
parent | ba103dc8779f004b01e249261c799773e29a4f38 (diff) |
Fix missing whitespace in pg_dump ref page
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'doc/src')
-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 ab8ec3f47ed..13a374e6eda 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. |