mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Add missed function dblink_connect_u(text[,text]) to uninstall script
This commit is contained in:
parent
472f2dc87e
commit
fe940c624f
@ -58,6 +58,10 @@ DROP FUNCTION dblink_connect (text, text);
|
||||
|
||||
DROP FUNCTION dblink_connect (text);
|
||||
|
||||
DROP FUNCTION dblink_connect_u (text, text);
|
||||
|
||||
DROP FUNCTION dblink_connect_u (text);
|
||||
|
||||
DROP FUNCTION dblink_cancel_query(text);
|
||||
|
||||
DROP FUNCTION dblink_error_message(text);
|
||||
|
Loading…
Reference in New Issue
Block a user