Changes between Initial Version and Version 1 of Ticket #4979, comment 1
- Timestamp:
- 08/21/21 14:33:32 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4979, comment 1
initial v1 7 7 LINE 1: select geography 'Point(1 1)'; 8 8 ^ 9 test_pg3=# select geography 'Linestring(1 1,2 2)'; 10 ERROR: lwgeom_set_geodetic: unsupported geom type: Unknown 11 LINE 1: select geography 'Linestring(1 1,2 2)'; 12 ^ 9 13 test_pg3=# 10 14 }}}