[postgis-devel] [PostGIS] #1454: ST_OrderingEquals(g, g) returns false

PostGIS trac at osgeo.org
Wed Jan 11 09:59:45 PST 2012


#1454: ST_OrderingEquals(g,g) returns false
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 {{{
 strk=# with inp as ( select 'MULTILINESTRING((0 0, 2 0))'::geometry as g )
 select st_orderingequals(g,g) from inp;
  st_orderingequals
 -------------------
  f
 }}}

 Note that ~= returns true.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1454>
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