Skip to content

Conversation

@moench-tegeder
Copy link
Contributor

PostgreSQL 17 added the MAINTAIN privilege for tables to allow VACUUM, ANALYZE, REINDEX, REFRESH MATERIALIZED VIEW, CLUSTER, and LOCK TABLE. See
https://www.postgresql.org/docs/17/release-17.html#RELEASE-17-PRIVILEGES
The MAINTAIN privilege had not been added to the postgres_privs yet, so here it is.

SUMMARY
ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

postgresql_privs

ADDITIONAL INFORMATION

PostgreSQL 17 added the MAINTAIN privilege for tables to allow
VACUUM, ANALYZE, REINDEX, REFRESH MATERIALIZED VIEW, CLUSTER,
and LOCK TABLE. See
https://www.postgresql.org/docs/17/release-17.html#RELEASE-17-PRIVILEGES
The MAINTAIN privilege had not been added to the postgres_privs
yet, so here it is.
Copy link
Collaborator

@hunleyd hunleyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hunleyd
Copy link
Collaborator

hunleyd commented Oct 21, 2025

merging since @andreasscherbaum is at a conference

@hunleyd hunleyd merged commit 2325fb8 into ansible-collections:main Oct 21, 2025
29 checks passed
@Andersson007
Copy link
Collaborator

@moench-tegeder @hunleyd thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants