Opened 15 hours ago

#5826 new defect

ST_OrderingEquals give results that are inconsistent with doc

Reported by: nbvfgh Owned by: robe
Priority: medium Milestone: PostGIS 3.5.2
Component: documentation Version: 3.5.x
Keywords: Cc:

Description

Query:

SELECT ST_OrderingEquals(ST_GeomFromText('LINESTRING(0 0, 10 10)'),
    ST_GeomFromText('LINESTRING(0 0, 0 0, 10 10)'));

--result: {f}

But in official manual, it should return t. https://github.com/user-attachments/assets/377b0302-8428-4e7e-a1fe-59a610811b61

Version info: POSTGIS="3.5.0 3.5.0" [EXTENSION] PGSQL="170" GEOS="3.13.0-CAPI-1.19.0" SFCGAL="SFCGAL 1.5.2, CGAL 5.6.1

Change History (0)

Note: See TracTickets for help on using tickets.