Changes between Initial Version and Version 1 of Ticket #4827, comment 5


Ignore:
Timestamp:
Jan 28, 2021, 2:15:42 PM (3 years ago)
Author:
pramsey

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4827, comment 5

    initial v1  
    1 PostGIS has already made its piece with representing invalid geometries. You can load all kinds of bad stuff. However, thanks for this reminder that there's actually other things you can hand-build in PostGIS that you cannot round trip.
     1PostGIS has already made its peace with representing invalid geometries. You can load all kinds of bad stuff. However, thanks for this reminder that there's actually other things you can hand-build in PostGIS that you cannot round trip.
    22{{{
    33select st_astext(st_makeline(ARRAY['POINT(0 0)'::geometry]));