postgresql_privs: Support FOREIGN DATA WRAPPER and FOREIGN SERVER (#38803)

* Support FOREIGN DATA WRAPPER and FOREIGN SERVER in postgresql_privs module
* Added available from note to fdw and fs object types
* Integration tests, examples in documentation
* Complete integration tests
This commit is contained in:
Bartosz Licheński
2019-03-08 10:21:03 +01:00
committed by Abhijeet Kasurde
parent f5faf8211d
commit 6e198487c9
4 changed files with 285 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- "postgresql_privs - introduces support for FOREIGN DATA WRAPPER and FOREIGN SERVER as object types in postgresql_privs module. (https://github.com/ansible/ansible/issues/38801)"