I'm debating installing the PostGIS extension for Postgres. However, upon looking at the types in Postgres itself, it seems to support the basic Geometric types
, including:
8.8.1. Points
8.8.2. Lines
8.8.3. Line Segments
8.8.4. Boxes
8.8.5. Paths
8.8.6. Polygons
8.8.7. Circles
So then, what is the use case for using PostGIS and what would that give me that Postgres itself wouldn't give me when working with spatial data? (Ignoring UI considerations).