diff options
author | Magnus Hagander | 2018-10-29 11:34:49 +0000 |
---|---|---|
committer | Magnus Hagander | 2018-10-29 11:36:19 +0000 |
commit | 679ad2f969772297e4725715ea24e5d38526590d (patch) | |
tree | 8bd5d3041f4a53167940c32f24b6af9afb82f75e /doc/src | |
parent | 9fd6d4eae3009658d0d941262f7dec5ca9b877c1 (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 038a376f4a7..e9443674f81 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. |