Re: pg_dump --with-* options
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Jeff Davis <pgsql@j-davis.com>, Peter Eisentraut <peter@eisentraut.org>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-06-24T20:07:31Z
Lists: pgsql-hackers
On Tue, Jun 24, 2025 at 12:48 PM Nathan Bossart <nathandbossart@gmail.com> wrote: > On Mon, Jun 23, 2025 at 01:38:10PM -0400, Robert Haas wrote: > > I had thought we had a consensus that pg_upgrade should preserve stats > > but regularly pg_dump shouldn't include them; perhaps I misunderstood > > or that changed. > > I think it's a bit of both. I skimmed through the past discussions and > found that not only was there a rough consensus in 2024 that stats _should_ > be on by default [0], but also that an updated vote tally didn't show much > of a consensus at all [1]. Like you, I thought we had pretty much closed > that door, but the aforementioned analysis along with further discussion > has me convinced that we might want to reconsider [2]. Well, I don't know: I still think that's the right answer, so I don't really want to reconsider, but I understand that I'm not in charge here. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Simplify options in pg_dump and pg_restore.
- 6a46089e458f 19 (unreleased) landed
- a3e8dc143862 18.0 landed
-
pg_dump: reject combination of "only" and "with"
- 0ed92cf50cc4 19 (unreleased) landed
- 60121890f7f2 18.0 landed
-
Change pg_dump default for statistics export.
- 34eb2a80d5a3 18.0 cited