From: Shigeru Hanada Date: Thu, 3 Mar 2011 00:46:52 +0000 (+0900) Subject: Remove unnecessary file from postgresql_fdw. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=cba7f01b8317daf103d5770ad04f1c33b3fc29e6;p=users%2Fhanada%2Fpostgres.git Remove unnecessary file from postgresql_fdw. --- 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 ();