Re: about help message for new pg_dump's --filter option
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2023-12-02T16:02:47Z
Lists: pgsql-hackers
On 2023-Nov-30, Kyotaro Horiguchi wrote:
> 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
Isn't this a bit too long? Maybe we can do something shorter, like
--filter=FILENAME determine objects in dump based on FILENAME
--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
"Those who use electric razors are infidels destined to burn in hell while
we drink from rivers of beer, download free vids and mingle with naked
well shaved babes." (http://slashdot.org/comments.pl?sid=44793&cid=4647152)
Commits
-
Fix spelling and punctuation
- b3efa270b519 17.0 landed