]> granicus.if.org Git - postgresql/commitdiff
Fix missing whitespace in pg_dump ref page
authorMagnus Hagander <magnus@hagander.net>
Mon, 29 Oct 2018 11:34:49 +0000 (12:34 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 29 Oct 2018 11:35:50 +0000 (12:35 +0100)
Author: Daniel Gustafsson <daniel@yesql.se>

doc/src/sgml/ref/pg_dump.sgml

index 65083fd9702c7ff1042a928ea17496cd30370f0f..93c0861942f6c90da1beb34efdca58957d71e574 100644 (file)
@@ -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.