mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
uninstall script for pg_freespacemap
This commit is contained in:
parent
035599da01
commit
ad5031feac
@ -1,9 +1,10 @@
|
||||
# $PostgreSQL: pgsql/contrib/pg_freespacemap/Makefile,v 1.1 2006/02/12 03:55:53 momjian Exp $
|
||||
# $PostgreSQL: pgsql/contrib/pg_freespacemap/Makefile,v 1.2 2006/09/30 18:15:48 tgl Exp $
|
||||
|
||||
MODULE_big = pg_freespacemap
|
||||
OBJS = pg_freespacemap.o
|
||||
|
||||
DATA_built = pg_freespacemap.sql
|
||||
DATA = uninstall_pg_freespacemap.sql
|
||||
DOCS = README.pg_freespacemap
|
||||
|
||||
ifdef USE_PGXS
|
||||
|
7
contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
Normal file
7
contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
Normal file
@ -0,0 +1,7 @@
|
||||
SET search_path = public;
|
||||
|
||||
DROP VIEW pg_freespacemap_pages;
|
||||
DROP VIEW pg_freespacemap_relations;
|
||||
|
||||
DROP FUNCTION pg_freespacemap_pages();
|
||||
DROP FUNCTION pg_freespacemap_relations();
|
Loading…
Reference in New Issue
Block a user