mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03: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…
x
Reference in New Issue
Block a user