uninstall script for pgrowlocks - Josh Drake
This commit is contained in:
parent
8fd0e43c4e
commit
035599da01
2 changed files with 7 additions and 1 deletions
|
@ -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)
|
||||
|
|
5
contrib/pgrowlocks/uninstall_pgrowlocks.sql
Normal file
5
contrib/pgrowlocks/uninstall_pgrowlocks.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
SET search_path = public;
|
||||
|
||||
DROP FUNCTION pgrowlocks(text);
|
||||
|
||||
DROP TYPE pgrowlocks_type;
|
Loading…
Reference in a new issue