From 926bbab44832ae2763392077ecefa029d14c8544 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 11 Nov 2007 03:25:35 +0000 Subject: Make /contrib install/uninstall script consistent: remove transactions use create or replace function make formatting consistent set search patch on first line Add documentation on modifying *.sql to set the search patch, and mention that major upgrades should still run the installation scripts. Some of these issues were spotted by Tom today. --- contrib/btree_gist/uninstall_btree_gist.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/btree_gist/uninstall_btree_gist.sql') diff --git a/contrib/btree_gist/uninstall_btree_gist.sql b/contrib/btree_gist/uninstall_btree_gist.sql index c884c16c2f9..abc811ea6f3 100644 --- a/contrib/btree_gist/uninstall_btree_gist.sql +++ b/contrib/btree_gist/uninstall_btree_gist.sql @@ -1,3 +1,4 @@ +-- Adjust this setting to control where the objects get dropped. SET search_path = public; DROP OPERATOR CLASS gist_cidr_ops USING gist; -- cgit v1.2.3