Re: pg_dump --with-* options - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: pg_dump --with-* options
Date
Msg-id aEszy3gn9wiPruKj@nathan
Whole thread Raw
In response to Re: pg_dump --with-* options  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-hackers
On Thu, Jun 12, 2025 at 10:07:05PM +0200, Laurenz Albe wrote:
> I must be missing something, but I think --no-statistics is sorely needed.
> How else can I get the effect of
> 
>   pg_dump --no-statistics mydb

This was recently changed to be the default behavior (see commit 34eb2a8).

-- 
nathan



pgsql-hackers by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: pg_dump --with-* options
Next
From: Nathan Bossart
Date:
Subject: Re: pg_get_multixact_members not documented