Skip to content

Commit 91dc150

Browse files
authored
postgresql_privs: enhance type=table documentation (ansible-collections#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 ansible-collections#841
1 parent f3789b7 commit 91dc150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/postgresql_privs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
- The C(type) choice is available since Ansible version 2.10.
4949
- The C(procedure) is supported since collection version 1.3.0 and PostgreSQL 11.
5050
- The C(parameter) is supported since collection version 3.1.0 and PostgreSQL 15.
51-
- The C(table) is inclusive of foreign tables since collection version 3.6.0.
51+
- The C(table) also includes views and materialized views. It is inclusive of foreign tables since collection version 3.6.0.
5252
type: str
5353
default: table
5454
choices: [ database, default_privs, foreign_data_wrapper, foreign_server, function,

0 commit comments

Comments
 (0)