Re: about help message for new pg_dump's --filter option
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2023-11-30T13:06:40Z
Lists: pgsql-hackers
> On 30 Nov 2023, at 02:52, Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote: > > At Thu, 30 Nov 2023 10:20:40 +0900 (JST), Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote in >> Hello. >> >> Recently, a new --filter option was added to pg_dump. I might be >> wrong, but the syntax of the help message for this feels off. Is the >> word 'on' not necessary after 'based'? >> >>> --filter=FILENAME include or exclude objects and data from dump >>> based expressions in FILENAME > > Hmm. A similar message is spelled as "based on expression". Thus, the > attached correct this message in this line. Right, that's an unfortunate miss, it should've been "based on expression" like you propose. Fixed. -- Daniel Gustafsson
Commits
-
Fix spelling and punctuation
- b3efa270b519 17.0 landed