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

« back to all changes in this revision

Viewing changes to contrib/hstore/uninstall_hstore.sql

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-01-03 08:57:10 UTC
  • mfrom: (5.3.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110103085710-v9u121v7u7oq8qca
Tags: 8.4.6-1~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $PostgreSQL: pgsql/contrib/hstore/uninstall_hstore.sql,v 1.8 2009/03/25 22:19:01 tgl Exp $ */
 
1
/* $PostgreSQL: pgsql/contrib/hstore/uninstall_hstore.sql,v 1.8.2.1 2010/06/22 11:36:28 rhaas Exp $ */
2
2
 
3
3
-- Adjust this setting to control where the objects get dropped.
4
4
SET search_path = public;
26
26
DROP FUNCTION hs_contains(hstore,hstore);
27
27
DROP FUNCTION hs_contained(hstore,hstore);
28
28
DROP FUNCTION tconvert(text,text);
 
29
DROP FUNCTION hstore(text,text);
29
30
DROP FUNCTION akeys(hstore);
30
31
DROP FUNCTION avals(hstore);
31
32
DROP FUNCTION skeys(hstore);