Using PostgreSQL Extensions with Atlas
Question
How do I manage PostgreSQL extensions with Atlas?
How do I manage PostgreSQL extensions with Atlas?
PostGIS is a spatial database extension for PostgreSQL. It adds support for geometric objects, enabling the processing
of spatial data like points, lines, and polygons. After installing PostGIS, the GEOMETRY data type can be used to define
tables that capture geo-spatial data, for example: