Re: Updgrade from 7.3 to 7.4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Donald Fraser" <demolish(at)cwgsy(dot)net>
Cc: "[ADMIN]" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Updgrade from 7.3 to 7.4
Date: 2004-04-15 04:21:14
Message-ID: 11791.1082002874@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Donald Fraser" <demolish(at)cwgsy(dot)net> writes:
> 2) One of my queries does an ORDER BY on a column that is of type BOX.
> This query no longer runs and returns the following error message:
> ERROR: could not identify an ordering operator for type box

What are you expecting that to do? Boxes have no natural linear
ordering.

> my_box[0] returns a point and my_box[0][0] is not recognised (I tried various
> other forms but to no avail).

I think (my_box[0])[0] would work to get the lower x-coordinate, if
that's what you're after.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Donald Fraser 2004-04-15 09:29:00 Re: Updgrade from 7.3 to 7.4
Previous Message Greg Sabino Mullane 2004-04-15 02:01:18 Re: sequence value of the record just inserted.