Fix missing whitespace in pg_dump ref page
authorMagnus Hagander
Mon, 29 Oct 2018 11:34:49 +0000 (12:34 +0100)
committerMagnus Hagander
Mon, 29 Oct 2018 11:36:19 +0000 (12:36 +0100)
Author: Daniel Gustafsson 

doc/src/sgml/ref/pg_dump.sgml

index 038a376f4a7a0a5f1599eb9a32c5992f99c27867..e9443674f81dd702805da9a7fcabd918bd503ef0 100644 (file)
@@ -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 custom format () and the
-   directory format(). They allow
+   directory format (). They allow
    for selection and reordering of all archived items, support parallel
    restoration, and are compressed by default. The directory
    format is the only format that supports parallel dumps.