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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4827, comment 6

    initial v1  
    1 I'm not sure if the solution is "allow crazy things into WKT" or "don't allow people to hand build crazy things in PostGIS"
     1I'm not sure if the solution is "allow crazy things into WKT" or "don't allow people to hand build crazy things in PostGIS". For example, you can't hand build a Polygon with < 4 points.
     2{{{
     3select st_astext(st_makepolygon(st_makeline(ARRAY['POINT(0 0)'::geometry])));
     4}}}