ansible/test/integration/targets/postgresql/tasks
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
..
main.yml New module postgresql_table - create postgresql table on remote host (#52077) 2019-03-29 15:51:07 +00:00
pg_authid_not_readable.yml
postgresql_ext.yml postgresql_ext: Update param handling, fix doc formatting, added: CI tests, examples, a return value (#54027) 2019-03-22 12:39:33 +00:00
postgresql_idx.yml
postgresql_info.yml postgresql_facts -> postgresql_info (#54389) 2019-03-26 12:11:47 +00:00
postgresql_membership.yml New module postgresql_membership: Add or remove PostgreSQL roles from groups (#53733) 2019-03-29 13:17:56 +00:00
postgresql_pg_hba.yml Added a new module that can manage rules in pg_hba files. (#32666) 2019-03-27 15:54:20 +01:00
postgresql_ping.yml
postgresql_privs.yml (postgresql_privs) accept 'ALL_IN_SCHEMA' objs for 'function' type (#35331) 2019-03-14 20:21:05 +05:30
postgresql_query.yml
postgresql_schema.yml add missing integration tests for postgresql_schema module (#54185) 2019-03-25 17:10:47 +00:00
postgresql_set.yml New module postgresql_set - Change a PostgreSQL server configuration parameter (#51875) 2019-03-18 11:39:10 +00:00
postgresql_table.yml New module postgresql_table - create postgresql table on remote host (#52077) 2019-03-29 15:51:07 +00:00
postgresql_tablespace.yml
session_role.yml
state_dump_restore.yml
test_no_password_change.yml
test_password.yml
test_target_role.yml #50877: add support to postgresql_privs to use "FOR { ROLE | USER } target_role" in "ALTER DEFAULT PRIVILEGES" (#51073) 2019-03-21 13:26:44 +00:00