diff --git a/doc/functions.sgm b/doc/functions.sgm index 2cca23d..232b755 100644 --- a/doc/functions.sgm +++ b/doc/functions.sgm @@ -167,7 +167,7 @@ returns a boolean value that signifies whether the points p1 and p2 - lie within distance radius of each other, i.e. + lie within distance radius (in radians) of each other, i.e. it computes the boolean expression p1 <-> p2 <= radius. On PostgreSQL 12 and later, the function has GiST support and the PostgreSQL optimizer will transform it to either