Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 679ad2f

Browse files
committed
Fix missing whitespace in pg_dump ref page
Author: Daniel Gustafsson <daniel@yesql.se>
1 parent 9fd6d4e commit 679ad2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/pg_dump.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ PostgreSQL documentation
8181
can be used to examine the archive and/or select which parts of the
8282
database are to be restored. The most flexible output file formats are
8383
the <quote>custom</quote> format (<option>-Fc</option>) and the
84-
<quote>directory</quote> format(<option>-Fd</option>). They allow
84+
<quote>directory</quote> format (<option>-Fd</option>). They allow
8585
for selection and reordering of all archived items, support parallel
8686
restoration, and are compressed by default. The <quote>directory</quote>
8787
format is the only format that supports parallel dumps.

0 commit comments

Comments
 (0)