ansible/database/postgresql
Will Thames b4515c8909 Update postgresql users only when necessary
For read-only databases, users should not change when no changes
are required.

Don't issue ALTER ROLE when role attribute flags, users password
or expiry time is not changing.

In certain cases (hashed passwords in the DB, but the password
argument is not hashed) passlib.hash is required to avoid
running ALTER ROLE.
2015-04-08 11:17:11 +10: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 Update postgresql users only when necessary 2015-04-08 11:17:11 +10:00