Unreliable results returned with PostgreSQL Spatial query?

Поиск
Список
Период
Сортировка
От Burgess, Freddie
Тема Unreliable results returned with PostgreSQL Spatial query?
Дата
Msg-id 3BBE635F64E28D4C899377A61DAA9FE03F0912CB@NBSVR-MAIL01.radiantblue.local
обсуждение исходный текст
Ответы Re: Unreliable results returned with PostgreSQL Spatial query?
Список pgsql-bugs
PostgreSQL version: 9.3.4
PostGIS version 2.1.1
Operating system:  Linux 6.4
Description:

Does the ST_Intersects function have problems returning the correct results=
 with non-box type geometries, like a circle polygon or other style polygon=
s.

i.e.

select count(*) from doti_sensors_report where ST_INTERSECTS(sensor_locatio=
n, ST_Buffer(ST_MakePoint(21.304116745663165, 38.68607570952619)::geography=
, 4000));

thanks

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #11264: Auto vacuum wraparound job blocking everything
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Unreliable results returned with PostgreSQL Spatial query?