Re: Missing whitespace in pg_restore manpage

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: Lele Gaifax <lele(at)metapensiero(dot)it>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Missing whitespace in pg_restore manpage
Date: 2025-04-15 05:47:19
Message-ID: 508337df-2ea5-469a-b4be-920d0378dcdb@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2025/04/14 18:55, Lele Gaifax wrote:
> 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

Thanks for the report! I think you're right, and I've created a patch
based on your suggestion.

Since this typo was introduced in v17, the patch should be back-patched
to that branch as well.

By the way, I noticed both "Lele Gaifax" and "Emanuele Gaifas" in your email.
Could you let me know which name you'd prefer to use as the author in
the commit message? For now, I've used "Lele Gaifax" in the attached patch.

Regards,

--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

Attachment Content-Type Size
v1-0001-doc-Fix-missing-whitespace-in-pg_restore-document.patch text/plain 1.6 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Lele Gaifax 2025-04-15 05:56:29 Re: Missing whitespace in pg_restore manpage
Previous Message Laurenz Albe 2025-04-14 17:30:42 Re: BUG #18894: values of JLC_COLLATE and LC_CTYPE in the database have changed from Japanese_Japan.932 to ja-jp