Earth Distance patch

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Earth Distance patch
Дата
Msg-id 20020912131716.GA5339@wolff.to
обсуждение исходный текст
Ответы Re: Earth Distance patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Earth Distance patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Earth Distance patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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.

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Addition to patched README.earthdistance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Earth Distance patch