Re: bug: pg_dumpall with --data-only and --clean options is giving an error after some dump
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Dunstan <andrew@dunslane.net>, Mahendra Singh Thalor <mahi6run@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2026-03-16T16:05:39Z
Lists: pgsql-hackers
On Mon, Mar 16, 2026 at 09:52:21AM -0500, Nathan Bossart wrote: > Agreed, I don't think back-patching is worth the (probably low) risk. The > latest patch for v19 looks good to me. I recently committed some stuff in > this area, so I can take care of committing this one, too. Committed. -- nathan
Commits
-
pg_dumpall: Fix handling of incompatible options.
- be0d0b457cb6 19 (unreleased) landed