up vote 7 down vote favorite
2
share [g+] share [fb]

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?
link|improve this question

feedback

2 Answers

up vote 14 down vote accepted

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

link|improve this answer
+1 beat me to it! – ninesided Mar 24 '09 at 12:02
I've upvoted you too ;-) – vartec Mar 24 '09 at 12:13
+1 to both of you. <3 postgres to death. – Kent Fredric Mar 24 '09 at 14:41
feedback

If you want to spatially enable a PostgreSQL database you can do so with PostGIS, it's compliant with the Open Geospatial Consortium's Simple Features Interface Standard for SQL too.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.