> On 3 Sep 2025, at 13:07, PG Bug reporting form <noreply(at)postgresql(dot)org> wrote:
> When calling pg_restore trying to use --help at the end to see which other
> options I might want to specify tells me that --help is an unrecognized
> option and I am supposed to run pg_restore --help for more information.
This is the intended behaviour, --help (and --version) is parsed specially and
must be the first parameter. We do this for all command line utilities.
--
Daniel Gustafsson