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 E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
postgresql_ext.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
postgresql_lang.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
postgresql_privs.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
postgresql_schema.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
postgresql_user.py Avoid useless queries: use standard module hashlib 2017-05-30 10:55:49 -07:00