Earth Distance patch

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: pgsql-patches(at)postgresql(dot)org
Subject: Earth Distance patch
Date: 2002-09-12 13:17:16
Message-ID: 20020912131716.GA5339@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The attached patch defines functions for getting distances between points
on the surface of the earth and locating points within a specified distance
using an index based on the contrib/cube package. The new functions are
all of language type sql.
A couple of bugs in the old earthdistance function based on the point
datatype are fixed.
A regression test has been added for both sets of functions.
The README file has been updated to include documentation on the new stuff.
There are comments about how this package is also useful for Astronomers.

Attachment Content-Type Size
earth.diff text/plain 50.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-09-12 14:14:46 Re: DROP COLUMN misbehaviour with multiple inheritance
Previous Message Bruno Wolff III 2002-09-12 12:46:54 Re: Addition to patched README.earthdistance