Re: PG7.4 ordering operator
| От | Tom Lane |
|---|---|
| Тема | Re: PG7.4 ordering operator |
| Дата | |
| Msg-id | 1621.1069307996@sss.pgh.pa.us обсуждение |
| Ответ на | PG7.4 ordering operator (strk <strk@keybit.net>) |
| Ответы |
Re: PG7.4 ordering operator
|
| Список | pgsql-hackers |
strk <strk@keybit.net> writes: > Testing postgis support in PG7.4 (2003-11-11) > I've encountered to this problem: > ERROR: could not identify an ordering operator for type geometry > Previous PG versions does not show this problem. > Any hint on what might be missing ? A default btree operator class for type geometry. PG 7.4 no longer uses assumptions about operator names to determine sorting/grouping behavior. If you have some operators that provide a scalar sort ordering on your datatype, then make a btree opclass to show that. See http://www.postgresql.org/docs/7.4/static/xindex.html#XINDEX-OPCLASS-DEPENDENCIES regards, tom lane
В списке pgsql-hackers по дате отправления: