The document discusses building a spatial database in PostgreSQL using PostGIS. It provides an introduction to spatial data and databases, and explains why PostGIS was created - to provide an open source spatial extension for PostgreSQL that is compliant with OpenGIS standards. It covers key topics like spatial data types, spatial relationships, spatial indexing and functions, and implementing the OpenGIS specification in PostgreSQL.