Creating a VIEW with a POINT column

From: Nick <nboutelier(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Creating a VIEW with a POINT column
Date: 2008-06-25 18:01:50
Message-ID: d4e8a93e-b874-4664-a1dc-b9ae5c640b7c@i18g2000prn.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Browse pgsql-general by date

  From Date Subject
Next Message Andrew 2008-06-25 18:21:42 0xc3 error Text Search Windows French
Previous Message Michael Shulman 2008-06-25 17:22:57 Re: what are rules for?