Commit 035599da authored by Tom Lane's avatar Tom Lane

uninstall script for pgrowlocks - Josh Drake

parent 8fd0e43c
......@@ -2,7 +2,7 @@
#
# pgrowlocks Makefile
#
# $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.1 2006/04/23 01:12:58 ishii Exp $
# $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.2 2006/09/30 18:08:32 tgl Exp $
#
#-------------------------------------------------------------------------
......@@ -12,6 +12,7 @@ MODULE_big = pgrowlocks
OBJS = $(SRCS:.c=.o)
DOCS = README.pgrowlocks README.pgrowlocks.euc_jp
DATA_built = pgrowlocks.sql
DATA = uninstall_pgrowlocks.sql
ifdef USE_PGXS
PGXS = $(shell pg_config --pgxs)
......
SET search_path = public;
DROP FUNCTION pgrowlocks(text);
DROP TYPE pgrowlocks_type;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment