Re: earthdistance

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: earthdistance
Date: 2013-08-10 05:54:04
Message-ID: 5205D57C.10808@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/9/2013 5:18 PM, Brent Wood wrote:
> You might install Postgis to implement very powerful spatial functionality that can easily do what you are asking (plus a whole lot more).

indeed, PostGIS is the logical answer, but the OP specifically stated he
wanted the functionality without 'sophisticated geographic systems'. so
I ignored the question.

the alternative would be implementing your own spherical geometry
functions, and hook them up to GiST indexing, its not /that /hard, but
by the time you got all the functionality you need, you'd be half way to
PostGIS, so why fight it?

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message hamann.w 2013-08-10 06:00:11 Re: incremental dumps
Previous Message Uwe Schroeder 2013-08-10 05:50:36 Re: earthdistance