Skip to content
Snippets Groups Projects
Commit 41de1d15 authored by Tom Lane's avatar Tom Lane
Browse files

Fix typo.

parent 7861d72e
Branches
Tags
No related merge requests found
/* $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 $ */
-- Adjust this setting to control where the objects get dropped. -- Adjust this setting to control where the objects get dropped.
SET search_path = public; SET search_path = public;
...@@ -51,7 +51,7 @@ DROP OPERATOR <= (seg, seg); ...@@ -51,7 +51,7 @@ DROP OPERATOR <= (seg, seg);
DROP OPERATOR < (seg, seg); DROP OPERATOR < (seg, seg);
DROP FUNCTION seq_center(seg); DROP FUNCTION seg_center(seg);
DROP FUNCTION seg_lower(seg); DROP FUNCTION seg_lower(seg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment