<div dir="ltr">Another case:<div><div><font face="monospace, monospace">gis=# SELECT pg_typeof(ST_Extent(the_geom))='box2d'::regtype FROM test WHERE num < 10;</font></div><div><font face="monospace, monospace"> ?column?</font></div><div><font face="monospace, monospace">----------</font></div><div><font face="monospace, monospace"> t</font></div><div><font face="monospace, monospace">(1 row)</font></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr">Cheers,<div>Kuien Liu</div></div></div></div>
<br><div class="gmail_quote">On Tue, Apr 21, 2015 at 5:50 PM, Kuien Liu <span dir="ltr"><<a href="mailto:kliu@pivotal.io" target="_blank">kliu@pivotal.io</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'm not sure I understand what your query really looks like, but I can run query below.<div><br></div><div><div><font face="monospace, monospace">gis=# SELECT ST_GeometryType(ST_Extent(the_geom))='ST_Polygon' FROM test WHERE num < 10;</font></div><div><font face="monospace, monospace"> ?column?</font></div><div><font face="monospace, monospace">----------</font></div><div><font face="monospace, monospace"> true</font></div><div><font face="monospace, monospace">(1 row)</font></div></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">where the table 'test' contains 50,000 points.</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Wish this helps to you.</font></div></div><div class="gmail_extra"><br clear="all"><div><div><div dir="ltr">Cheers,<div>Kuien Liu</div></div></div></div><div><div class="h5">
<br><div class="gmail_quote">On Tue, Apr 21, 2015 at 4:58 PM, Nick Ves <span dir="ltr"><<a href="mailto:vesnikos@gmail.com" target="_blank">vesnikos@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I was playing with the ST_Extent today and I wanted to try a query like this:<br>
<br>
select distinct ST_Extent(geom)  over () box from parcels_test<br>
<br>
where the geom is Type ST_Polygon but I got this error instead:<br>
<br>
  ERROR:  could not identify an equality operator for type box2d<br>
<br>
The aim was to get the BBox from a set of polygons that might or might<br>
not be adjutant. Ofc you can get the same results by limit the result<br>
to 1 but, it hitted me strange box2d type not having an equal operator<br>
<br>
using "POSTGIS="2.1.4 r12966" GEOS="3.4.2-CAPI-1.8.2 r3921" PROJ="Rel.<br>
4.8.0, 6 March 2012" GDAL="GDAL 1.11.1, released 2014/09/24"<br>
LIBXML="2.9.1" LIBJSON="UNKNOWN" RASTER"<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org" target="_blank">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>