From bd3fc725b235e587864376ad8dfa60100eecf45c Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 29 Oct 2018 12:34:49 +0100 Subject: [PATCH] Fix missing whitespace in pg_dump ref page Author: Daniel Gustafsson --- doc/src/sgml/ref/pg_dump.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 73d14d57e08..fa08e5d9720 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -75,7 +75,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. -- 2.39.5