mirror of
https://github.com/postgres/postgres.git
synced 2026-06-14 19:20:08 -04:00
Add missed function dblink_connect_u(text[,text]) to uninstall script
This commit is contained in:
parent
472f2dc87e
commit
fe940c624f
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue