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

« back to all changes in this revision

Viewing changes to contrib/dblink/uninstall_dblink.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/dblink/uninstall_dblink.sql,v 1.7 2008/04/05 02:26:14 momjian Exp $ */
 
1
/* $PostgreSQL: pgsql/contrib/dblink/uninstall_dblink.sql,v 1.7.2.1 2010/06/07 15:14:50 teodor Exp $ */
2
2
 
3
3
-- Adjust this setting to control where the objects get dropped.
4
4
SET search_path = public;
63
63
 
64
64
DROP FUNCTION dblink_connect (text);
65
65
 
 
66
DROP FUNCTION dblink_connect_u (text, text);
 
67
 
 
68
DROP FUNCTION dblink_connect_u (text);
 
69
 
66
70
DROP FUNCTION dblink_cancel_query(text);
67
71
 
68
72
DROP FUNCTION dblink_error_message(text);