Creating a VIEW with a POINT column - Mailing list pgsql-hackers

From Nick
Subject Creating a VIEW with a POINT column
Date
Msg-id 76107ba4-5a1f-4063-9891-66d05cac92b1@w4g2000prd.googlegroups.com
Whole thread Raw
Responses Re: Creating a VIEW with a POINT column  (Jan Urbański <j.urbanski@students.mimuw.edu.pl>)
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Dept of ugly hacks: eliminating padding space in system indexes
Next
From: Jan Urbański
Date:
Subject: Re: Creating a VIEW with a POINT column