Skip to content

Commit 47f80d5

Browse files
committed
add pg-repack after create permissions script
1 parent dac11e1 commit 47f80d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)