#5227 closed defect (fixed)
typo in error message line_locate_point: 2st arg isn't a point
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | low | Milestone: | PostGIS 3.2.4 |
Component: | postgis | Version: | 3.2.x |
Keywords: | Cc: |
Description
When I do this:
SELECT ST_LineLocatePoint('LINESTRING(1 1, 2 2)'::geometry, 'LINESTRING(2 2, 3 3)'::geometry);
I get error:
ERROR: line_locate_point: 2st arg isn't a point
Note if the first isn't a line, you get this which is okay
ERROR: line_locate_point: 1st arg isn't a line SQL state: XX000
Note:
See TracTickets
for help on using tickets.
In ef49342/git: