[postgis-devel] [PostGIS] #1273: ST_Equals( mypoint, postgis_addbbox(mypoint) ) = FALSE

PostGIS trac at osgeo.org
Tue Nov 8 06:54:03 PST 2011


#1273: ST_Equals( mypoint, postgis_addbbox(mypoint) )  = FALSE
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  high     |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 Try this:
 {{{
 WITH p AS ( SELECT 'POINT(832694.188 816254.625)'::geometry as g )
 SELECT st_equals(p.g, postgis_addbbox(p.g)) from p;
 }}}

 It will give you _false_ !

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1273>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list