Re: about help message for new pg_dump's --filter option - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: about help message for new pg_dump's --filter option
Date
Msg-id 202312021602.wcyxtz5db2oi@alvherre.pgsql
Whole thread Raw
In response to about help message for new pg_dump's --filter option  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Responses Re: about help message for new pg_dump's --filter option
List 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)



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Emitting JSON to file using COPY TO
Next
From: Shlok Kyal
Date:
Subject: Re: undetected deadlock in ALTER SUBSCRIPTION ... REFRESH PUBLICATION