Skip to content

Commit a4b600f

Browse files
committed
spoint_dwithin: Distance is in radians
1 parent c9e410f commit a4b600f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/functions.sgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
<para>
168168
returns a boolean value that signifies whether the points
169169
<parameter>p1</parameter> and <parameter>p2</parameter>
170-
lie within distance <parameter>radius</parameter> of each other, i.e.
170+
lie within distance <parameter>radius</parameter> (in radians) of each other, i.e.
171171
it computes the boolean expression <literal>p1 &lt;-> p2 &lt;= radius</literal>.
172172
On PostgreSQL 12 and later, the function has <literal>GiST</literal>
173173
support and the PostgreSQL optimizer will transform it to either

0 commit comments

Comments
 (0)