projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e6aa0
)
Fix typo.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 18 Apr 2008 20:51:17 +0000
(20:51 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 18 Apr 2008 20:51:17 +0000
(20:51 +0000)
contrib/seg/uninstall_seg.sql
patch
|
blob
|
blame
|
history
diff --git
a/contrib/seg/uninstall_seg.sql
b/contrib/seg/uninstall_seg.sql
index 251fde237738b7d5d582d25a1d85b729b5539b89..bffe36bb3037ec50475082d9b3b61adf30943ccb 100644
(file)
--- a/
contrib/seg/uninstall_seg.sql
+++ b/
contrib/seg/uninstall_seg.sql
@@
-51,7
+51,7
@@
DROP OPERATOR <= (seg, seg);
DROP OPERATOR < (seg, seg);
-DROP FUNCTION se
q
_center(seg);
+DROP FUNCTION se
g
_center(seg);
DROP FUNCTION seg_lower(seg);