Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
d039fd51
Commit
d039fd51
authored
13 years ago
by
Robert Haas
Browse files
Options
Downloads
Patches
Plain Diff
Don't leave regress_test_role_super lying around.
Fixes an oversight in commit
fc6d1006
. Noted by Tom Lane.
parent
f6835ea9
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/test/regress/expected/foreign_data.out
+1
-0
1 addition, 0 deletions
src/test/regress/expected/foreign_data.out
src/test/regress/sql/foreign_data.sql
+1
-0
1 addition, 0 deletions
src/test/regress/sql/foreign_data.sql
with
2 additions
and
0 deletions
src/test/regress/expected/foreign_data.out
+
1
−
0
View file @
d039fd51
...
@@ -208,6 +208,7 @@ DETAIL: owner of foreign-data wrapper foo
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/test/regress/sql/foreign_data.sql
+
1
−
0
View file @
d039fd51
...
@@ -97,6 +97,7 @@ DROP ROLE regress_test_role_super; -- ERROR
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment