about help message for new pg_dump's --filter option

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: about help message for new pg_dump's --filter option
Date: 2023-11-30 01:20:40
Message-ID: 20231130.102040.123426553040139790.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lev Kokotov 2023-11-30 01:38:13 Bug in pgbench prepared statements
Previous Message Masahiko Sawada 2023-11-30 01:18:50 Re: BackgroundPsql's set_query_timer_restart() may not work