ansible/database/postgresql
Will Thames 167e7c2b81 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.
2015-06-01 15:15:22 -07:00
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
postgresql_db.py Build the db connection on "postgres" instead of "template1" 2014-12-23 14:16:29 -06:00
postgresql_privs.py Fix function identifier quoting 2015-01-26 17:47:03 +01:00
postgresql_user.py Perform privilege grants/revokes only when required 2015-06-01 15:15:22 -07:00