Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/modules/postgresql_privs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down