We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6850ed9 commit ec9a057Copy full SHA for ec9a057
CHANGELOG.md
@@ -1,5 +1,20 @@
1
## Unreleased
2
3
+## 1.17.0 (August 19, 2022)
4
+
5
+FEATURES
6
7
+* `postgresql_function`: Add `database` parameter - @LucasBoisserie
8
+ [#216](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/216)
9
10
+* `postgresql_role`: Support of ALTER ROLE ... SET ROLE- @kostiantyn-nemchenko
11
+ [#209](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/209)
12
13
+FIX:
14
15
+* `postgresql_publication`: Fix unordered tables - @nguyenhoaibao
16
+ [#219](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/219)
17
18
## 1.16.0 (May 8, 2022)
19
20
FEATURES:
0 commit comments