Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ EOF
SELECT current_setting('server_version_num')::INT / 10000 INTO major_version;
IF major_version >= 16 THEN
GRANT pg_create_subscription TO postgres;
GRANT anon, authenticated, service_role, authenticator, pg_monitor, pg_read_all_data, pg_signal_backend TO postgres WITH ADMIN OPTION;
END IF;
GRANT pg_monitor, pg_read_all_data, pg_signal_backend TO postgres;
END
Expand Down
Loading