Re: BUG #12877: Altitude not respected in order by and group by

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: m8r-444fqh(at)mailinator(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #12877: Altitude not respected in order by and group by
Date: 2015-03-18 18:19:40
Message-ID: 30219.1426702780@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

m8r-444fqh(at)mailinator(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message rstefan 2015-03-18 19:13:21 BUG #12878: Update fails with ODBC driver 9.0.3.400
Previous Message m8r-444fqh 2015-03-18 15:27:16 BUG #12877: Altitude not respected in order by and group by