Re: add --sequence-data to pg_dumpall

2025-05-07 Thread Nathan Bossart
On Tue, May 06, 2025 at 11:39:33AM -0500, Nathan Bossart wrote: > I brought this up in the RMT meeting today, and everyone was fine with > committing it for v18. I'll plan on doing so later this week. Committed. -- nathan

Re: add --sequence-data to pg_dumpall

2025-05-06 Thread Nathan Bossart
On Wed, Apr 30, 2025 at 02:52:27PM -0500, Nathan Bossart wrote: > Since there's precedent, I'll plan on committing this in the next few days > unless someone objects. I've added the rest of the RMT to this thread, > too, just in case. I brought this up in the RMT meeting today, and everyone was f

Re: add --sequence-data to pg_dumpall

2025-04-30 Thread Nathan Bossart
On Wed, Apr 30, 2025 at 09:29:59AM +0900, Michael Paquier wrote: > On Tue, Apr 29, 2025 at 03:55:08PM -0500, Nathan Bossart wrote: >> Assuming we want this patch, should we apply it to v18? It's arguably an >> oversight in the pg_dump --sequence-data commit, and pg_dumpall will just >> pass the op

Re: add --sequence-data to pg_dumpall

2025-04-29 Thread Michael Paquier
On Tue, Apr 29, 2025 at 03:55:08PM -0500, Nathan Bossart wrote: > I noticed that I forgot to add --sequence-data to pg_dumpall in commit > 9c49f0e, which added the same option to pg_dump. This option is primarily > intended for use by pg_upgrade, so we will need it if/when we teach > pg_upgrade to