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 0541414 commit 78251d5Copy full SHA for 78251d5
tests/backup_test.py
@@ -2126,7 +2126,6 @@ def test_backup_with_less_privileges_role(self):
2126
if self.get_version(node) >= 150000:
2127
node.safe_psql(
2128
'backupdb',
2129
- "BEGIN; "
2130
"CREATE ROLE backup WITH LOGIN; "
2131
"GRANT USAGE ON SCHEMA pg_catalog TO backup; "
2132
"GRANT EXECUTE ON FUNCTION pg_catalog.current_setting(text) TO backup; "
0 commit comments