diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-12-04 23:45:01 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-12-04 23:45:01 +0000 |
commit | 9dd4d271df64e7ddf9cb59ce8db0fcc70a117591 (patch) | |
tree | 3acd3ffe5436da780d0ecbe0c27c86bcf72f5823 | |
parent | 024014a448518408dd66ed33351e8a896835fb1f (diff) | |
download | postgresql-9dd4d271df64e7ddf9cb59ce8db0fcc70a117591.tar.gz postgresql-9dd4d271df64e7ddf9cb59ce8db0fcc70a117591.zip |
Correct misattribution of earthdistance module --- according to its
old README file, Bruno Wolff did the bulk of the work, but for some
reason only Hal Snyder was credited here.
-rw-r--r-- | contrib/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/README b/contrib/README index c1b776b1393..142c6969317 100644 --- a/contrib/README +++ b/contrib/README @@ -53,12 +53,12 @@ dict_xsyn - by Sergey Karpov <karpov@sao.ru> earthdistance - - Operator for computing earth distance between two points - by Hal Snyder <hal@vailsys.com> + Functions for computing distances between two points on Earth + by Bruno Wolff III <bruno@wolff.to> and Hal Snyder <hal@vailsys.com> fuzzystrmatch - Levenshtein, metaphone, and soundex fuzzy string matching - by Joe Conway <mail@joeconway.com>, Joel Burton <jburton@scw.org> + by Joe Conway <mail@joeconway.com> and Joel Burton <jburton@scw.org> hstore - Module for storing (key, value) pairs |