Ticket #1454 (closed defect: fixed)
ST_OrderingEquals(g,g) returns false
| Reported by: | strk | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
