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

Commit9fc4c6b

Browse files
committed
Fix omissions in contrib uninstall scripts. Michael Fuhr
1 parent1d0b7e7 commit9fc4c6b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

‎contrib/dblink/uninstall_dblink.sql

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,17 @@ DROP FUNCTION dblink_disconnect ();
5757
DROPFUNCTION dblink_connect (text,text);
5858

5959
DROPFUNCTION dblink_connect (text);
60+
61+
DROPFUNCTION dblink_cancel_query(text);
62+
63+
DROPFUNCTION dblink_error_message(text);
64+
65+
DROPFUNCTION dblink_get_connections();
66+
67+
DROPFUNCTION dblink_get_result(text);
68+
69+
DROPFUNCTION dblink_get_result(text,boolean);
70+
71+
DROPFUNCTION dblink_is_busy(text);
72+
73+
DROPFUNCTION dblink_send_query(text,text);

‎contrib/ltree/uninstall_ltree.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ DROP OPERATOR ^@> (ltree, ltree);
164164

165165
DROPOPERATOR @> (ltree, ltree);
166166

167+
DROPFUNCTION ltreeparentsel(internal,oid, internal,integer);
168+
167169
DROPFUNCTION ltree_textadd(text,ltree);
168170

169171
DROPFUNCTION ltree_addtext(ltree,text);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp