We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e410f commit a4b600fCopy full SHA for a4b600f
doc/functions.sgm
@@ -167,7 +167,7 @@
167
<para>
168
returns a boolean value that signifies whether the points
169
<parameter>p1</parameter> and <parameter>p2</parameter>
170
- lie within distance <parameter>radius</parameter> of each other, i.e.
+ lie within distance <parameter>radius</parameter> (in radians) of each other, i.e.
171
it computes the boolean expression <literal>p1 <-> p2 <= radius</literal>.
172
On PostgreSQL 12 and later, the function has <literal>GiST</literal>
173
support and the PostgreSQL optimizer will transform it to either
0 commit comments