Changes between Initial Version and Version 1 of Ticket #4827, comment 6
- Timestamp:
- 01/28/21 14:20:10 (4 years ago)
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" 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". For example, you can't hand build a Polygon with < 4 points. 2 {{{ 3 select st_astext(st_makepolygon(st_makeline(ARRAY['POINT(0 0)'::geometry]))); 4 }}}