can I index a field of type "point"?

Поиск
Список
Период
Сортировка
От Mark Stosberg
Тема can I index a field of type "point"?
Дата
Msg-id 388B9E44.F3378DDE@summersault.com
обсуждение исходный текст
Ответы Re: [SQL] can I index a field of type "point"?  ("Gene Selkov, Jr." <selkovjr@mcs.anl.gov>)
Список pgsql-sql
Hello!


Is there a way to index a point field? The obvious method didn't work
for me:
mark=> create index lon_lat_idx on zip (lon_lat);
ERROR:  Can't find a default operator class for type 600

I'm using Postgres v 6.5.3
 Thanks,
    -mark
 <<-------------------------------------------------------------->>
personal website                <    Summersault Website Design  http://mark.stosberg.com/     >
http://www.summersault.com/


В списке pgsql-sql по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: [SQL] Join-Question
Следующее
От: "Gene Selkov, Jr."
Дата:
Сообщение: Re: [SQL] can I index a field of type "point"?