Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3e7451a

Browse files
committed
Add missed function dblink_connect_u(text[,text]) to uninstall script
1 parentb5faba1 commit3e7451a

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
DROPFUNCTION dblink_connect (text);
6565

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

6872
DROPFUNCTION dblink_error_message(text);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp