Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit41de1d1

Browse files
committed
Fix typo.
1 parent7861d72 commit41de1d1

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/1818:43:08 alvherre Exp $*/
1+
/* $PostgreSQL: pgsql/contrib/seg/uninstall_seg.sql,v 1.8 2008/04/1820: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
DROPOPERATOR< (seg, seg);
5353

54-
DROPFUNCTIONseq_center(seg);
54+
DROPFUNCTIONseg_center(seg);
5555

5656
DROPFUNCTION seg_lower(seg);
5757

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp