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 0f7e01b commit c42f68eCopy full SHA for c42f68e
tests/auth_test.py
@@ -140,7 +140,6 @@ def test_backup_via_unprivileged_user(self):
140
else:
141
node.safe_psql(
142
"postgres",
143
- "GRANT EXECUTE ON FUNCTION pg_backup_stop() TO backup; "
144
"GRANT EXECUTE ON FUNCTION pg_backup_stop(boolean) TO backup;")
145
146
self.backup_node(
0 commit comments