community.general/lib/ansible/modules/database/postgresql
Andrey Klychkov 349a0dccee New module postgresql_table - create postgresql table on remote host (#52077)
* New module postgresql_table - create postgresql table on remote host

* New module postgresql_table - fix tests

* New module postgresql_table - fix tests

* New module postgresql_table - fix tests

* New module postgresql_table - fix a typo

* New module postgresql_table - change columns and params to type str

* New module postgresql_table - fix columns type

* New module postgresql_table - added pg_quote_identifier

* New module postgresql_table - removed unused lib

* New module postgresql_table - query -> queries

* New module postgresql_table - test improvement

* New module postgresql_table - fixed tests for PG 9.0

* New module postgresql_table - fixes

* New module postgresql_table - fixes
2019-03-29 15:51:07 +00:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
postgresql_db.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
postgresql_ext.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
postgresql_idx.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
postgresql_info.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
postgresql_lang.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
postgresql_membership.py New module postgresql_membership: Add or remove PostgreSQL roles from groups (#53733) 2019-03-29 13:17:56 +00:00
postgresql_pg_hba.py Added a new module that can manage rules in pg_hba files. (#32666) 2019-03-27 15:54:20 +01:00
postgresql_ping.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
postgresql_privs.py Include partioned tables (#54517) 2019-03-28 10:34:24 -04:00
postgresql_query.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
postgresql_schema.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
postgresql_set.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
postgresql_table.py New module postgresql_table - create postgresql table on remote host (#52077) 2019-03-29 15:51:07 +00:00
postgresql_tablespace.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
postgresql_user.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00