1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/postgresql/tasks
Andrey Klychkov ea9a0f36f3 postgresql_table: 57352 bugfix, add schema handling (#57391)
* 57352 bugfix, add schema handling

* 57352 bugfix, added a changelog fragment

* 57352 bugfix, added tests for rename

* 57352 bugfix, fixed tests

* 57352 bugfix, fixed typos, cosmetic changes
2019-06-05 15:06:23 -04:00
..
main.yml New module postgresql_copy: copy data between a file and a table (#56835) 2019-06-03 19:11:50 +10:00
pg_authid_not_readable.yml
postgresql_copy.yml New module postgresql_copy: copy data between a file and a table (#56835) 2019-06-03 19:11:50 +10:00
postgresql_db.yml postgresql_db: added tablespace support (#56390) 2019-05-16 12:13:40 +02:00
postgresql_ext.yml
postgresql_idx.yml postgresql_idx: improved doc, tests, remove useless lines from code (#55131) 2019-04-12 14:15:21 +01:00
postgresql_info.yml
postgresql_lang.yml
postgresql_membership.yml
postgresql_owner.yml New module postgresql_owner: change ownership and reassign all db objects owned by role to another (#54984) 2019-04-09 13:32:09 +01:00
postgresql_pg_hba.yml Issue 56430 (#57147) 2019-05-31 12:32:28 +02:00
postgresql_ping.yml
postgresql_privs.yml updated tests and changelog for 54516 (#54670) 2019-04-09 13:30:06 +02:00
postgresql_query.yml
postgresql_schema.yml
postgresql_set.yml
postgresql_slot.yml New module postgresql_slot: Add or remove slots from a PostgreSQL database (#55079) 2019-04-10 14:12:57 +01:00
postgresql_table.yml postgresql_table: 57352 bugfix, add schema handling (#57391) 2019-06-05 15:06:23 -04:00
postgresql_tablespace.yml
session_role.yml
ssl.yml postgresql SSL related tests (#55288) 2019-04-15 14:19:22 +01:00
state_dump_restore.yml
test_no_password_change.yml postgresql_user: fix doc formatting, added return value, aliases, misc code changes (#54768) 2019-04-04 10:02:23 +01:00
test_password.yml
test_target_role.yml