Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d039fd51
Commit
d039fd51
authored
Dec 15, 2011
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't leave regress_test_role_super lying around.
Fixes an oversight in commit
fc6d1006
. Noted by Tom Lane.
parent
f6835ea9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/test/regress/expected/foreign_data.out
src/test/regress/expected/foreign_data.out
+1
-0
src/test/regress/sql/foreign_data.sql
src/test/regress/sql/foreign_data.sql
+1
-0
No files found.
src/test/regress/expected/foreign_data.out
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
...
...
src/test/regress/sql/foreign_data.sql
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment