Skip to content

Commit 9fc4c6b

Browse files
committed
Fix omissions in contrib uninstall scripts. Michael Fuhr
1 parent 1d0b7e7 commit 9fc4c6b

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
DROP FUNCTION dblink_connect (text, text);
5858

5959
DROP FUNCTION dblink_connect (text);
60+
61+
DROP FUNCTION dblink_cancel_query(text);
62+
63+
DROP FUNCTION dblink_error_message(text);
64+
65+
DROP FUNCTION dblink_get_connections();
66+
67+
DROP FUNCTION dblink_get_result(text);
68+
69+
DROP FUNCTION dblink_get_result(text, boolean);
70+
71+
DROP FUNCTION dblink_is_busy(text);
72+
73+
DROP FUNCTION 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
DROP OPERATOR @> (ltree, ltree);
166166

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

169171
DROP FUNCTION ltree_addtext(ltree,text);

0 commit comments

Comments
 (0)