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.
grant usage
1 parent 9cffd3f commit e346a7aCopy full SHA for e346a7a
ansible/files/postgresql_extension_custom_scripts/postgres_fdw/after-create.sql
@@ -0,0 +1 @@
1
+grant usage on foreign data wrapper postgres_fdw to postgres with grant option;
ansible/vars.yml
@@ -10,9 +10,9 @@ postgres_major:
10
11
# Full version strings for each major version
12
postgres_release:
13
- postgresorioledb-17: "17.5.1.044-orioledb-supautils-1"
14
- postgres17: "17.6.1.023-supautils-1"
15
- postgres15: "15.14.1.023-supautils-1"
+ postgresorioledb-17: "17.5.1.044-orioledb-supautils-2"
+ postgres17: "17.6.1.023-supautils-2"
+ postgres15: "15.14.1.023-supautils-2"
16
17
# Non Postgres Extensions
18
pgbouncer_release: 1.19.0
0 commit comments