From e11e9060531035977ec5f4ea12aed24865f38cd4 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 3 Nov 2025 20:23:24 +0100 Subject: [PATCH] postgresql_privs: enhance type=table documentation `type=table` in postgresql_privs can be used to manage view or materialized view privileges. Make this behavior explicit in `postgresql_privs` in documentation. See #841 --- plugins/modules/postgresql_privs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/postgresql_privs.py b/plugins/modules/postgresql_privs.py index 140bec1c..9c6639e3 100644 --- a/plugins/modules/postgresql_privs.py +++ b/plugins/modules/postgresql_privs.py @@ -48,7 +48,7 @@ - The C(type) choice is available since Ansible version 2.10. - The C(procedure) is supported since collection version 1.3.0 and PostgreSQL 11. - The C(parameter) is supported since collection version 3.1.0 and PostgreSQL 15. - - The C(table) is inclusive of foreign tables since collection version 3.6.0. + - The C(table) also includes views and materialized views. It is inclusive of foreign tables since collection version 3.6.0. type: str default: table choices: [ database, default_privs, foreign_data_wrapper, foreign_server, function,