From ad3be0e8af3b4afd1dc8d8a82052a51ad936e3ea Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 5 Nov 2025 10:41:34 +0100 Subject: [PATCH] postgresql_privs: enhance type=table documentation (#892) `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 (cherry picked from commit 91dc150462dba7625c487a204eaad79bc85a9ac6) --- 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 ad5d2ade..ab343b72 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,