We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7861d72 commit 41de1d1Copy full SHA for 41de1d1
contrib/seg/uninstall_seg.sql
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/contrib/seg/uninstall_seg.sql,v 1.7 2008/04/18 18:43:08 alvherre Exp $ */
+/* $PostgreSQL: pgsql/contrib/seg/uninstall_seg.sql,v 1.8 2008/04/18 20:51:17 tgl Exp $ */
2
3
-- Adjust this setting to control where the objects get dropped.
4
SET search_path = public;
@@ -51,7 +51,7 @@ DROP OPERATOR <= (seg, seg);
51
52
DROP OPERATOR < (seg, seg);
53
54
-DROP FUNCTION seq_center(seg);
+DROP FUNCTION seg_center(seg);
55
56
DROP FUNCTION seg_lower(seg);
57
0 commit comments