aboutsummaryrefslogtreecommitdiff
path: root/contrib/seg/uninstall_seg.sql
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/seg/uninstall_seg.sql')
-rw-r--r--contrib/seg/uninstall_seg.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/seg/uninstall_seg.sql b/contrib/seg/uninstall_seg.sql
index 2822927531d..f706bfb7395 100644
--- a/contrib/seg/uninstall_seg.sql
+++ b/contrib/seg/uninstall_seg.sql
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/contrib/seg/uninstall_seg.sql,v 1.6 2008/04/14 17:05:32 tgl Exp $ */
+/* $PostgreSQL: pgsql/contrib/seg/uninstall_seg.sql,v 1.7 2008/04/18 18:43:08 alvherre Exp $ */
-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
@@ -51,6 +51,8 @@ DROP OPERATOR <= (seg, seg);
DROP OPERATOR < (seg, seg);
+DROP FUNCTION seq_center(seg);
+
DROP FUNCTION seg_lower(seg);
DROP FUNCTION seg_upper(seg);