Changes between Initial Version and Version 1 of Ticket #4827, comment 5
- Timestamp:
- 01/28/21 14:15:42 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4827, comment 5
initial v1 1 PostGIS has already made its p iece 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.1 PostGIS 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. 2 2 {{{ 3 3 select st_astext(st_makeline(ARRAY['POINT(0 0)'::geometry]));