Re: [Proposal] vacuumdb --schema only
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Gilles Darold <gilles@migops.com>
Cc: Justin Pryzby <pryzby@telsasoft.com>, Robert Treat <rob@xzilla.net>, pgsql-hackers@postgresql.org
Date: 2022-04-25T01:27:22Z
Lists: pgsql-hackers
Attachments
On Fri, Apr 22, 2022 at 10:57:46PM -0700, Nathan Bossart wrote: > On Fri, Apr 22, 2022 at 11:57:05AM +0200, Gilles Darold wrote: >> Patch v10 attached. > > Thanks! I've attached a v11 with some minor editorialization. I think I > was able to improve the error handling for invalid combinations of > command-line options a bit, but please let me know what you think. I've attached a v12 of the patch that further simplifieѕ check_objfilter(). Apologies for the noise. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Add --schema and --exclude-schema options to vacuumdb.
- 7781f4e3e711 16.0 landed