Changes between Initial Version and Version 1 of Ticket #5718, comment 3
- Timestamp:
- 04/24/24 20:41:28 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5718, comment 3
initial v1 3 3 However I can create a real NaN as follows and PostGIS does return false: 4 4 5 `` `5 `` 6 6 SELECT *, st_isvalid(a), st_x(a), st_y(a) 7 7 FROM (SELECT ST_GeomFromText('POINT(NaN NaN)') a) t; 8 8 9 `` `9 `` 10 10 11 11 Yields as you'd expect