Re: BUG #12877: Altitude not respected in order by and group by - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #12877: Altitude not respected in order by and group by
Date
Msg-id 30219.1426702780@sss.pgh.pa.us
Whole thread Raw
In response to BUG #12877: Altitude not respected in order by and group by  (m8r-444fqh@mailinator.com)
List pgsql-bugs
m8r-444fqh@mailinator.com writes:
> -- 1.Query, fails to sort altitude:
> select edge, st_astext( vertex ) from v001
>  order by vertex,edge;
> -- 2.Query, fails to respect altitude:
> select array_agg( edge ) as edges, st_astext(vertex) from v001
> group by vertex;

It's not entirely clear to me that those *should* do something with
altitude, but in any case this is not a Postgres issue it's a Postgis
issue.  You need to take it up on the postgis mailing lists.

            regards, tom lane

pgsql-bugs by date:

Previous
From: m8r-444fqh@mailinator.com
Date:
Subject: BUG #12877: Altitude not respected in order by and group by
Next
From: rstefan@perceptron.com
Date:
Subject: BUG #12878: Update fails with ODBC driver 9.0.3.400