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 f6835ea commit d039fd5Copy full SHA for d039fd5
src/test/regress/expected/foreign_data.out
@@ -208,6 +208,7 @@ DETAIL: owner of foreign-data wrapper foo
208
SET ROLE regress_test_role_super;
209
DROP FOREIGN DATA WRAPPER foo;
210
RESET ROLE;
211
+DROP ROLE regress_test_role_super;
212
\dew+
213
List of foreign-data wrappers
214
Name | Owner | Handler | Validator | Access privileges | FDW Options | Description
src/test/regress/sql/foreign_data.sql
@@ -97,6 +97,7 @@ DROP ROLE regress_test_role_super; -- ERROR
97
98
99
100
101
102
103
CREATE FOREIGN DATA WRAPPER foo;
0 commit comments