Does PostgreSQL implement Geospatial relationship queries?

pearcewg picture pearcewg · Mar 24, 2009 · Viewed 9.8k times · Source

My company is looking at different database providers, and how they implement Geospatial queries to get distances from a Lat/Long for a number of records.

We are going to investigate PostgreSQL as a potential database platform.

  • I've heard that PostGRE implements Geospatial queries. Is this correct?
  • Is there a good reference somewhere that gives info on the implementation?

Answer

vartec picture vartec · Mar 24, 2009

It's PostGIS. For reference you have manual, wiki and more...