Missing whitespace in pg_restore manpage

From: Lele Gaifax <lele(at)metapensiero(dot)it>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Missing whitespace in pg_restore manpage
Date: 2025-04-14 09:55:51
Message-ID: 87lds3ysm0.fsf@metapensiero.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)metapensiero(dot)it | -- Steven D'Aprano, paraphrasing Jamie Zawinski

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrei Lepikhov 2025-04-14 14:41:22 Re: BUG #18885: ERROR: corrupt MVNDistinct entry - 2
Previous Message Robins Tharakan 2025-04-14 09:18:32 Re: BUG #18893: Segfault during analyze pg_database