We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31874ad commit a61e15aCopy full SHA for a61e15a
contrib/earthdistance/earthdistance.sql.in
@@ -3,7 +3,8 @@
3
4
DROP FUNCTION geo_distance (point, point);
5
CREATE FUNCTION geo_distance (point, point) RETURNS float8
6
- AS 'MODULE_PATHNAME' LANGUAGE 'c';
+ AS 'MODULE_PATHNAME' LANGUAGE 'c'
7
+ WITH (isstrict);
8
9
SELECT geo_distance ('(1,2)'::point, '(3,4)'::point);
10
0 commit comments