Fix missing whitespace in pg_dump ref page

Author: Daniel Gustafsson <daniel@yesql.se>
pull/34/head
Magnus Hagander 7 years ago
parent a9e5f8e781
commit 56c0484b2e
  1. 2
      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.

Loading…
Cancel
Save