community.general/lib/ansible/modules/database/postgresql
tcraxs bb61d7527f #50877: add support to postgresql_privs to use "FOR { ROLE | USER } target_role" in "ALTER DEFAULT PRIVILEGES" (#51073)
* #50877:
* add support to postgresql_privs to use "FOR { ROLE | USER } target_role"
   in "ALTER DEFAULT PRIVILEGES"

* fix sanity errors

* #50877: fix documentation and add a check for correct usage
of target_roles

*  #50877: fix missing absent option for default privs with target_role

* #50877: add clear description, when target_roles can be used

* #50877: fix conflicts, formatting, and add a changelog fragment

* #50877: fix sanity error E335

* #50877: swap conditions and fix error to warning msg

*  #50877: add tests for default privileges

* #50877: fix tests for default privileges

* #50877: fix tests for default privileges on centos 6
2019-03-21 13:26:44 +00:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
postgresql_db.py postgresql_db - Handle pg_dump return code (#52985) 2019-03-13 18:01:50 +05:30
postgresql_ext.py start getting modules to use shared import error code (#51787) 2019-02-06 12:39:17 -05:00
postgresql_facts.py New module postgresql_facts: Gathers facts about PostgreSQL servers. (#51164) 2019-03-18 11:31:32 +00:00
postgresql_idx.py Correct usages of module.warn (#53268) 2019-03-04 12:11:27 -05:00
postgresql_lang.py start getting modules to use shared import error code (#51787) 2019-02-06 12:39:17 -05:00
postgresql_ping.py New module postgresql_ping: Checks remote PostgreSQL server availability. (#51477) 2019-03-06 11:01:13 +00:00
postgresql_privs.py #50877: add support to postgresql_privs to use "FOR { ROLE | USER } target_role" in "ALTER DEFAULT PRIVILEGES" (#51073) 2019-03-21 13:26:44 +00:00
postgresql_query.py New module postgresql_query (#52555) 2019-02-25 14:08:04 +00:00
postgresql_schema.py start getting modules to use shared import error code (#51787) 2019-02-06 12:39:17 -05:00
postgresql_set.py New module postgresql_set - Change a PostgreSQL server configuration parameter (#51875) 2019-03-18 11:39:10 +00:00
postgresql_tablespace.py New module postgresql_tablespace (#52914) 2019-03-07 16:27:20 +00:00
postgresql_user.py start getting modules to use shared import error code (#51787) 2019-02-06 12:39:17 -05:00