We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd0e43 commit 035599dCopy full SHA for 035599d
contrib/pgrowlocks/Makefile
@@ -2,7 +2,7 @@
2
#
3
# pgrowlocks Makefile
4
5
-# $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 $
6
7
#-------------------------------------------------------------------------
8
@@ -12,6 +12,7 @@ MODULE_big = pgrowlocks
12
OBJS = $(SRCS:.c=.o)
13
DOCS = README.pgrowlocks README.pgrowlocks.euc_jp
14
DATA_built = pgrowlocks.sql
15
+DATA = uninstall_pgrowlocks.sql
16
17
ifdef USE_PGXS
18
PGXS = $(shell pg_config --pgxs)
contrib/pgrowlocks/uninstall_pgrowlocks.sql
@@ -0,0 +1,5 @@
1
+SET search_path = public;
+
+DROP FUNCTION pgrowlocks(text);
+DROP TYPE pgrowlocks_type;
0 commit comments