community.general/lib/ansible/modules/database/postgresql
Will Thames 34e0e17090 Perform privilege grants/revokes only when required
Use `has_table_privileges` and `has_database_privileges`
to test whether a user already has a privilege before
granting it, or whether a user doesn't have  a privilege
before revoking it.
2016-12-08 11:23:03 -05:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
postgresql_db.py Build the db connection on "postgres" instead of "template1" 2016-12-08 11:22:36 -05:00
postgresql_privs.py Fix function identifier quoting 2016-12-08 11:22:39 -05:00
postgresql_user.py Perform privilege grants/revokes only when required 2016-12-08 11:23:03 -05:00