community.general/lib/ansible/modules/database/postgresql
Michael De La Rue 3c4db1e8dd Mdd psql user aws fix (#23988)
* postgresql_user module - transaction logic hacks to allow recovery from failed select

* postgresql_user - PEP8 and style fixes to make debugging easier

* postgresql_user - move password changing logic to separate function

* postgresql_user - trap failure in case where there is no access to pg_authid

* postgresql_user - further PEP8 fixes

* postgresql_user - Simplify password change logic and improve imports according to suggestions from PR review

* postgresql_user - Eliminate pep8/blank line errors introduced in merge

* Check behaviour when pg_authid relation isn't readable

TASK [postgresql : Normal user isn't allowed to access pg_authid relation:
      password comparison will fail, password will be updated] ***
An exception occurred during task execution. To see the full traceback,
use -vvv. The error was: psycopg2.ProgrammingError: permission denied
for relation pg_authid

* Don't reintroduce passlib, remove useless query
2017-07-07 09:28:31 -07:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
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 Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
postgresql_schema.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
postgresql_user.py Mdd psql user aws fix (#23988) 2017-07-07 09:28:31 -07:00