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
This commit is contained in:
Andrey Klychkov
2019-06-05 22:06:23 +03:00
committed by Brian Coca
parent 7a3914bd8b
commit ea9a0f36f3
3 changed files with 147 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- postgresql_table - fix schema handling (https://github.com/ansible/ansible/pull/57391)