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
3e7451a6
Commit
3e7451a6
authored
Jun 07, 2010
by
Teodor Sigaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missed function dblink_connect_u(text[,text]) to uninstall script
parent
b5faba12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
contrib/dblink/uninstall_dblink.sql
contrib/dblink/uninstall_dblink.sql
+5
-1
No files found.
contrib/dblink/uninstall_dblink.sql
View file @
3e7451a6
/* $PostgreSQL: pgsql/contrib/dblink/uninstall_dblink.sql,v 1.
8 2009/08/05 16:11:07 joe
Exp $ */
/* $PostgreSQL: pgsql/contrib/dblink/uninstall_dblink.sql,v 1.
9 2010/06/07 15:14:36 teodor
Exp $ */
-- Adjust this setting to control where the objects get dropped.
-- Adjust this setting to control where the objects get dropped.
SET
search_path
=
public
;
SET
search_path
=
public
;
...
@@ -63,6 +63,10 @@ DROP FUNCTION dblink_connect (text, text);
...
@@ -63,6 +63,10 @@ DROP FUNCTION dblink_connect (text, text);
DROP
FUNCTION
dblink_connect
(
text
);
DROP
FUNCTION
dblink_connect
(
text
);
DROP
FUNCTION
dblink_connect_u
(
text
,
text
);
DROP
FUNCTION
dblink_connect_u
(
text
);
DROP
FUNCTION
dblink_cancel_query
(
text
);
DROP
FUNCTION
dblink_cancel_query
(
text
);
DROP
FUNCTION
dblink_error_message
(
text
);
DROP
FUNCTION
dblink_error_message
(
text
);
...
...
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