| От | Jan Urbański |
|---|---|
| Тема | Re: Creating a VIEW with a POINT column |
| Дата | |
| Msg-id | 48628E33.1090302@students.mimuw.edu.pl обсуждение |
| Ответ на | Creating a VIEW with a POINT column (Nick <nboutelier@hotmail.com>) |
| Список | pgsql-hackers |
Nick wrote: > 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 Does your view per chance do ORDER BY <point_column> ? You should then do as told and use an explicit ordering operator. See http://www.postgresql.org/docs/8.3/static/sql-select.html#SQL-ORDERBY. To get better feedback you really should post your view definition (and the definitions of those two underlying tables). Cheers, Jan -- Jan Urbanski GPG key ID: E583D7D2 ouden estin
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера