summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-10-04 22:52:47 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-10-04 22:52:47 +0000
commit1b7f214071f530bf58bef530ba8fa137a7d1cb03 (patch)
tree8d37e4e5f42d21cb0b12f32c002dba687bfd802c /contrib
parent6c61af665466131e8c96106837eaf293a472b682 (diff)
downloadpostgresql-1b7f214071f530bf58bef530ba8fa137a7d1cb03.tar.gz
Refer to ll_to_earth() function by its actual name.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/earthdistance/README.earthdistance5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/earthdistance/README.earthdistance b/contrib/earthdistance/README.earthdistance
index c4e5f7ae44..470c7ea0b3 100644
--- a/contrib/earthdistance/README.earthdistance
+++ b/contrib/earthdistance/README.earthdistance
@@ -64,8 +64,9 @@ gc_to_sec(float8) - Converts the great circle distance between two points
on the surface of the Earth to the normal straight line (secant) distance
between them.
-ll_to_cube(float8, float8) - Returns the location of a point on the surface of
-the Earth given its latitude (argument 1) and longitude (argument 2) in degrees.
+ll_to_earth(float8, float8) - Returns the location of a point on the surface
+of the Earth given its latitude (argument 1) and longitude (argument 2) in
+degrees.
latitude(earth) - Returns the latitude in degrees of a point on the surface
of the Earth.