Skip to content

Commit

Permalink
Change documentation to be more clear that the changes take place for…
Browse files Browse the repository at this point in the history
… the entire cluster/instance rather than just a single DB.

Fixes #240
  • Loading branch information
jchancojr authored and hunleyd committed May 5, 2022
1 parent a7f68b8 commit 4c638a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/postgresql_owner.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
description:
- The list of role names. The ownership of all the objects within the current database,
and of all shared objects (databases, tablespaces), owned by this role(s) will be reassigned to I(owner).
- Pay attention - it reassigns all objects owned by this role(s) in the I(db)!
- Pay attention - it reassigns all objects owned by this role(s) in the I(instance)!
- If role(s) exists, always returns changed True.
- Cannot reassign ownership of objects that are required by the database system.
- Mutually exclusive with C(obj_type).
Expand Down

0 comments on commit 4c638a4

Please sign in to comment.