Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3e7451a

Browse files
committed
Add missed function dblink_connect_u(text[,text]) to uninstall script
1 parent b5faba1 commit 3e7451a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

contrib/dblink/uninstall_dblink.sql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/contrib/dblink/uninstall_dblink.sql,v 1.8 2009/08/05 16:11:07 joe Exp $ */
1+
/* $PostgreSQL: pgsql/contrib/dblink/uninstall_dblink.sql,v 1.9 2010/06/07 15:14:36 teodor Exp $ */
22

33
-- Adjust this setting to control where the objects get dropped.
44
SET search_path = public;
@@ -63,6 +63,10 @@ DROP FUNCTION dblink_connect (text, text);
6363

6464
DROP FUNCTION dblink_connect (text);
6565

66+
DROP FUNCTION dblink_connect_u (text, text);
67+
68+
DROP FUNCTION dblink_connect_u (text);
69+
6670
DROP FUNCTION dblink_cancel_query(text);
6771

6872
DROP FUNCTION dblink_error_message(text);

0 commit comments

Comments
 (0)