community.general/lib/ansible/modules/database/postgresql
Pierre-Louis Bonicoli 69edd9e0bb Avoid useless queries: use standard module hashlib
When an unchanged MD5-hashed password was used and passlib was
unavailable, an useless 'ALTER USER' query was executed.

Once this useless query avoided, the last 'SELECT' query becomes
useless too.
2017-05-30 10:55:49 -07:00
..
__init__.py
postgresql_db.py
postgresql_ext.py
postgresql_lang.py
postgresql_privs.py
postgresql_schema.py
postgresql_user.py Avoid useless queries: use standard module hashlib 2017-05-30 10:55:49 -07:00