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 035599d commit ad5031fCopy full SHA for ad5031f
contrib/pg_freespacemap/Makefile
@@ -1,9 +1,10 @@
1
-# $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 $
2
3
MODULE_big = pg_freespacemap
4
OBJS = pg_freespacemap.o
5
6
DATA_built = pg_freespacemap.sql
7
+DATA = uninstall_pg_freespacemap.sql
8
DOCS = README.pg_freespacemap
9
10
ifdef USE_PGXS
contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
@@ -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();
0 commit comments