|
1 | | -/* $PostgreSQL: pgsql/contrib/dblink/uninstall_dblink.sql,v 1.8 2009/08/05 16:11:07 joe Exp $*/ |
| 1 | +/* $PostgreSQL: pgsql/contrib/dblink/uninstall_dblink.sql,v 1.9 2010/06/07 15:14:36 teodor Exp $*/ |
2 | 2 |
|
3 | 3 | -- Adjust this setting to control where the objects get dropped. |
4 | 4 | SET search_path= public; |
@@ -63,6 +63,10 @@ DROP FUNCTION dblink_connect (text, text); |
63 | 63 |
|
64 | 64 | DROPFUNCTION dblink_connect (text); |
65 | 65 |
|
| 66 | +DROPFUNCTION dblink_connect_u (text,text); |
| 67 | + |
| 68 | +DROPFUNCTION dblink_connect_u (text); |
| 69 | + |
66 | 70 | DROPFUNCTION dblink_cancel_query(text); |
67 | 71 |
|
68 | 72 | DROPFUNCTION dblink_error_message(text); |
|