mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Fix omissions in contrib uninstall scripts. Michael Fuhr
This commit is contained in:
parent
1d0b7e71e3
commit
9fc4c6b20b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user