提交 9fc4c6b2 编写于 作者: T Tom Lane

Fix omissions in contrib uninstall scripts. Michael Fuhr

上级 1d0b7e71
......@@ -57,3 +57,17 @@ DROP FUNCTION dblink_disconnect ();
DROP FUNCTION dblink_connect (text, text);
DROP FUNCTION dblink_connect (text);
DROP FUNCTION dblink_cancel_query(text);
DROP FUNCTION dblink_error_message(text);
DROP FUNCTION dblink_get_connections();
DROP FUNCTION dblink_get_result(text);
DROP FUNCTION dblink_get_result(text, boolean);
DROP FUNCTION dblink_is_busy(text);
DROP FUNCTION dblink_send_query(text, text);
......@@ -164,6 +164,8 @@ DROP OPERATOR ^@> (ltree, ltree);
DROP OPERATOR @> (ltree, ltree);
DROP FUNCTION ltreeparentsel(internal, oid, internal, integer);
DROP FUNCTION ltree_textadd(text,ltree);
DROP FUNCTION ltree_addtext(ltree,text);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册