From cba7f01b8317daf103d5770ad04f1c33b3fc29e6 Mon Sep 17 00:00:00 2001 From: Shigeru Hanada Date: Thu, 3 Mar 2011 09:46:52 +0900 Subject: [PATCH] Remove unnecessary file from postgresql_fdw. --- contrib/postgresql_fdw/uninstall_postgresql_fdw.sql | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 contrib/postgresql_fdw/uninstall_postgresql_fdw.sql diff --git a/contrib/postgresql_fdw/uninstall_postgresql_fdw.sql b/contrib/postgresql_fdw/uninstall_postgresql_fdw.sql deleted file mode 100644 index a24bbd464b..0000000000 --- a/contrib/postgresql_fdw/uninstall_postgresql_fdw.sql +++ /dev/null @@ -1,7 +0,0 @@ -/* contrib/postgresql_fdw/uninstall_postgresql_fdw.sql */ - --- Adjust this setting to control where the objects get dropped. -set search_path = public; - -DROP FOREIGN DATA WRAPPER postgresql_fdw; -DROP FUNCTION postgresql_fdw_handler (); -- 2.39.5