Changes between Initial Version and Version 1 of Ticket #4979, comment 1


Ignore:
Timestamp:
Aug 21, 2021, 2:33:32 PM (3 years ago)
Author:
ezimanyi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4979, comment 1

    initial v1  
    77LINE 1: select geography 'Point(1 1)';
    88                         ^
     9test_pg3=# select geography 'Linestring(1 1,2 2)';
     10ERROR:  lwgeom_set_geodetic: unsupported geom type: Unknown
     11LINE 1: select geography 'Linestring(1 1,2 2)';
     12                         ^
    913test_pg3=#
    1014}}}