Missing whitespace in pg_restore manpage - Mailing list pgsql-bugs

From Lele Gaifax
Subject Missing whitespace in pg_restore manpage
Date
Msg-id 87lds3ysm0.fsf@metapensiero.it
Whole thread Raw
Responses Re: Missing whitespace in pg_restore manpage
List pgsql-bugs
Hi all,

the manpage for "pg_restore" tool, in its "--filter" option description,
is missing a whitespace after the reference to "--exclude-schema"
option:

diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml
index 0ba68ad5305..b6de497aee1 100644
--- a/doc/src/sgml/ref/pg_restore.sgml
+++ b/doc/src/sgml/ref/pg_restore.sgml
@@ -231,7 +231,7 @@ PostgreSQL documentation
         or included from restore. The patterns are interpreted according to the
         same rules as
         <option>-n</option>/<option>--schema</option> for including objects in schemas,
-        <option>-N</option>/<option>--exclude-schema</option>for excluding objects in schemas,
+        <option>-N</option>/<option>--exclude-schema</option> for excluding objects in schemas,
         <option>-P</option>/<option>--function</option> for restoring named functions,
         <option>-I</option>/<option>--index</option> for restoring named indexes,
         <option>-t</option>/<option>--table</option> for restoring named tables

All the best,
bye, lele.
-- 
nickname: Lele Gaifax | Some people, when confronted with a problem, think "I
real: Emanuele Gaifas | know, I'll use threads." Nothwey htwo pavroble ems.
lele@metapensiero.it  |       -- Steven D'Aprano, paraphrasing Jamie Zawinski



pgsql-bugs by date:

Previous
From: Robins Tharakan
Date:
Subject: Re: BUG #18893: Segfault during analyze pg_database
Next
From: Andrei Lepikhov
Date:
Subject: Re: BUG #18885: ERROR: corrupt MVNDistinct entry - 2