You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
9 years ago
..
__init__.py Some more module categorization. 10 years ago
postgresql_db.py Build the db connection on `"postgres"` instead of `"template1"` 10 years ago
postgresql_privs.py Fix function identifier quoting 10 years ago
postgresql_user.py Perform privilege grants/revokes only when required 9 years ago