Re: about help message for new pg_dump's --filter option
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2023-11-30T01:52:23Z
Lists: pgsql-hackers
Attachments
- fix_pg_dump_message.diff (text/x-patch) patch
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. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Fix spelling and punctuation
- b3efa270b519 17.0 landed