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 5288163 commit 7d374fdCopy full SHA for 7d374fd
ansible/files/postgresql_extension_custom_scripts/pg_repack/after-create.sql
@@ -0,0 +1,4 @@
1
+grant all on all tables in schema repack to postgres;
2
+grant all on schema repack to postgres;
3
+alter default privileges in schema repack grant all on tables to postgres;
4
+alter default privileges in schema repack grant all on sequences to postgres;
0 commit comments