ansible/database/postgresql
Toshio Kuratomi c9b17136e4 Fix a problem introduced with #1101 and optimize privilege handling
* If a db user belonged to a role which had a privilege, the user would
  not have the privilege added as the role gave the appearance that the
  user already had it.  Fixed to always check the privileges specific to
  the user.
* Make fewer db queries to determine if privileges need to be changed
  and change them (was four for each privilege.  Now two for each object
  that has a set of privileges changed).
2015-05-19 12:57:06 -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 Fix a problem introduced with #1101 and optimize privilege handling 2015-05-19 12:57:06 -07:00