Обсуждение: Creating a VIEW with a POINT column

Поиск
Список
Период
Сортировка

Creating a VIEW with a POINT column

От
Nick
Дата:
I have a VIEW that consists of two tables, of which contain a POINT
column. When trying to select from the view I get an error...

ERROR:  could not identify an ordering operator for type point
HINT:  Use an explicit ordering operator or modify the query.

Any suggestions??? -Nick