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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #12877: Altitude not respected in order by and group by
Дата
Msg-id 30219.1426702780@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #12877: Altitude not respected in order by and group by  (m8r-444fqh@mailinator.com)
Список 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 по дате отправления:

Предыдущее
От: m8r-444fqh@mailinator.com
Дата:
Сообщение: BUG #12877: Altitude not respected in order by and group by
Следующее
От: rstefan@perceptron.com
Дата:
Сообщение: BUG #12878: Update fails with ODBC driver 9.0.3.400