Skip to content

Commit

Permalink
[stable-1] postgresql_owner: doc improvement (#259)
Browse files Browse the repository at this point in the history
* Change documentation to be more clear that the changes take place for the entire cluster/instance rather than just a single DB.

Fixes #240

(cherry picked from commit 4c638a4)

* Update changelog to reflect doc changes for postgresql_owner.py

(cherry picked from commit efe2d3c)

* Remove changelog fragment for doc change.

(cherry picked from commit 17f1893)

Co-authored-by: Jim Chanco Jr <[email protected]>
  • Loading branch information
Andersson007 and jchancojr authored May 6, 2022
1 parent 5b94082 commit 5ea18e5
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 5ea18e5

Please sign in to comment.