community.general/lib/ansible/modules/database/postgresql
Andrey Klychkov e246e74843 New module postgresql_ping: Checks remote PostgreSQL server availability. (#51477)
* New module postgresql_ping: simple module to check remote PostgreSQL server availability.

* New module postgresql_ping: simple module to check remote PostgreSQL server availability, doc fixes

* postgresql_ping: added integration tests

* New module postgresql_ping: misc changes

* New module postgresql_ping: change return suit

* New module postgresql_ping: tests reformatting, return value

* Various cosmetic/documentation fixes

* A few more fixes

* And even more cleanups

* Fix PEP8 issue
2019-03-06 11:01:13 +00:00
..
__init__.py
postgresql_db.py Fix sanity test failures (pep8). 2019-02-15 09:25:20 -08:00
postgresql_ext.py start getting modules to use shared import error code (#51787) 2019-02-06 12:39:17 -05:00
postgresql_idx.py Correct usages of module.warn (#53268) 2019-03-04 12:11:27 -05:00
postgresql_lang.py start getting modules to use shared import error code (#51787) 2019-02-06 12:39:17 -05:00
postgresql_ping.py New module postgresql_ping: Checks remote PostgreSQL server availability. (#51477) 2019-03-06 11:01:13 +00:00
postgresql_privs.py postgresql_privs change fail to warn if role(s) does not exist (#52574) 2019-02-28 14:39:08 +01:00
postgresql_query.py New module postgresql_query (#52555) 2019-02-25 14:08:04 +00:00
postgresql_schema.py start getting modules to use shared import error code (#51787) 2019-02-06 12:39:17 -05:00
postgresql_user.py start getting modules to use shared import error code (#51787) 2019-02-06 12:39:17 -05:00