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 a85a64c commit 6816facCopy full SHA for 6816fac
CHANGELOG.md
@@ -1,8 +1,16 @@
1
-
2
-## 1.9.0 (Unreleased)
+## 1.9.0 (December 21, 2020)
3
4
FEATURES:
5
-* `postgresql_grant_role`: Non-authoritative. Grant role to another role.
+* `postgresql_grant_role` (New resource): Grant role to another role - @dvdliao
+ [#4](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/4)
6
+
7
+FIXES:
8
9
+* `postgresql_role`: Fix quoted search_path - @lovromazgon
10
+ [#1](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/1)
11
12
+* `postgresql_grant`: Fix SQL error on function - @p4cket
13
+ [#15](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/15)
14
15
## 1.8.1 (November 26, 2020)
16
0 commit comments