Working with geospatial data in Postgres.
PostgreSQL has several extensions so spatial and geometry data can be treated as first-class objects within your PostgreSQL database.
PostgreSQL has several extensions so spatial and geometry data can be treated as first-class objects within your PostgreSQL database.
PostgreSQL is an ORDBMS, or an Object-Relational Database Management System. This means that, similar to Object-Oriented programming languages, objects, classes, and inheritance are supported by PostgreSQL.