mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Don't leave regress_test_role_super lying around.
Fixes an oversight in commit fc6d1006bda783cc002c61a5f072905849dbde4b. Noted by Tom Lane.
This commit is contained in:
parent
f6835ea90a
commit
d039fd51f7
@ -208,6 +208,7 @@ DETAIL: owner of foreign-data wrapper foo
|
|||||||
SET ROLE regress_test_role_super;
|
SET ROLE regress_test_role_super;
|
||||||
DROP FOREIGN DATA WRAPPER foo;
|
DROP FOREIGN DATA WRAPPER foo;
|
||||||
RESET ROLE;
|
RESET ROLE;
|
||||||
|
DROP ROLE regress_test_role_super;
|
||||||
\dew+
|
\dew+
|
||||||
List of foreign-data wrappers
|
List of foreign-data wrappers
|
||||||
Name | Owner | Handler | Validator | Access privileges | FDW Options | Description
|
Name | Owner | Handler | Validator | Access privileges | FDW Options | Description
|
||||||
|
@ -97,6 +97,7 @@ DROP ROLE regress_test_role_super; -- ERROR
|
|||||||
SET ROLE regress_test_role_super;
|
SET ROLE regress_test_role_super;
|
||||||
DROP FOREIGN DATA WRAPPER foo;
|
DROP FOREIGN DATA WRAPPER foo;
|
||||||
RESET ROLE;
|
RESET ROLE;
|
||||||
|
DROP ROLE regress_test_role_super;
|
||||||
\dew+
|
\dew+
|
||||||
|
|
||||||
CREATE FOREIGN DATA WRAPPER foo;
|
CREATE FOREIGN DATA WRAPPER foo;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user