mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 14:21:49 +03:00
Add missed function dblink_connect_u(text[,text]) to uninstall script
This commit is contained in:
parent
fce23c8780
commit
b5b5814515
@ -1,4 +1,4 @@
|
||||
/* $PostgreSQL: pgsql/contrib/dblink/uninstall_dblink.sql,v 1.5 2007/11/13 04:24:27 momjian Exp $ */
|
||||
/* $PostgreSQL: pgsql/contrib/dblink/uninstall_dblink.sql,v 1.5.2.1 2010/06/07 15:15:03 teodor Exp $ */
|
||||
|
||||
-- Adjust this setting to control where the objects get dropped.
|
||||
SET search_path = public;
|
||||
@ -63,6 +63,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