8000 Fix typo. · postgrespro/postgres_cluster@41de1d1 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 41de1d1

Browse files
committed
Fix typo.
1 parent 7861d72 commit 41de1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/seg/uninstall_seg.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/contrib/seg/uninstall_seg.sql,v 1.7 2008/04/18 18:43:08 alvherre Exp $ */
1+
/* $PostgreSQL: pgsql/contrib/seg/uninstall_seg.sql,v 1.8 2008/04/18 20:51:17 tgl Exp $ */
22

33
-- Adjust this setting to control where the objects get dropped.
44
SET search_path = public;
@@ -51,7 +51,7 @@ DROP OPERATOR <= (seg, seg);
5151

5252
DROP OPERATOR < (seg, seg);
5353

54-
DROP FUNCTION seq_center(seg);
54+
DROP FUNCTION seg_center(seg);
5555

5656
DROP FUNCTION seg_lower(seg);
5757

0 commit comments

Comments
 (0)
0