Skip to content

Instantly share code, notes, and snippets.

@JerrySievert
Created February 3, 2014 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JerrySievert/8790528 to your computer and use it in GitHub Desktop.
Save JerrySievert/8790528 to your computer and use it in GitHub Desktop.
CREATE OR REPLACE FUNCTION _st_distance(geography, geography, double precision, boolean)
RETURNS double precision AS
'$libdir/postgis-2.2', 'geography_distance_uncached'
LANGUAGE c IMMUTABLE STRICT
COST 100;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment