Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT.
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Stephen Frost <sfrost@snowman.net>
Cc: "Bossart, Nathan" <bossartn@amazon.com>, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2021-10-25T20:50:28Z
Lists: pgsql-hackers
On Mon, 2021-10-25 at 13:54 -0400, Stephen Frost wrote: > Let's not forget that there are already existing non-superusers who > can > run things like REFRESH MATERIALIZED VIEW- the owner. Right, that's one reason why I don't see a particular use case there. But CHECKPOINT right now has an explicit superuser check, and it would be nice to be able to avoid that. It's pretty normal to issue a CHECKPOINT right after a data load and before running a performance test, right? Shouldn't there be some way to do that without superuser? Regards, Jeff Davis
Commits
-
Add pg_checkpointer predefined role for CHECKPOINT command.
- 4168a4745492 15.0 landed