~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

Viewing changes to contrib/pg_freespacemap/uninstall_pg_freespacemap.sql

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-03-20 12:00:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090320120013-hogj7egc5mjncc5g
Tags: upstream-8.4~0cvs20090328
ImportĀ upstreamĀ versionĀ 8.4~0cvs20090328

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $PostgreSQL$ */
 
2
 
 
3
-- Adjust this setting to control where the objects get dropped.
 
4
SET search_path = public;
 
5
 
 
6
DROP VIEW pg_freespacemap_pages;
 
7
DROP VIEW pg_freespacemap_relations;
 
8
 
 
9
DROP FUNCTION pg_freespacemap_pages();
 
10
DROP FUNCTION pg_freespacemap_relations();