Assumed Radius Of The Earth
Using the earthdistance
module, we can get the assumed radius of the earth (in meters).
> create extension cube;
CREATE EXTENSION
> create extension earthdistance;
CREATE EXTENSION
> select earth();
earth
---------
6378168
PreviousCount How Many Records There Are Of Each TypeNextCompute The Levenshtein Distance Of Two Strings
Last updated
Was this helpful?