Skip to content

Commit

Permalink
spoint_dwithin: Distance is in radians
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Oct 17, 2023
1 parent c9e410f commit a4b600f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/functions.sgm
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<para>
returns a boolean value that signifies whether the points
<parameter>p1</parameter> and <parameter>p2</parameter>
lie within distance <parameter>radius</parameter> of each other, i.e.
lie within distance <parameter>radius</parameter> (in radians) of each other, i.e.
it computes the boolean expression <literal>p1 &lt;-> p2 &lt;= radius</literal>.
On PostgreSQL 12 and later, the function has <literal>GiST</literal>
support and the PostgreSQL optimizer will transform it to either
Expand Down

0 comments on commit a4b600f

Please sign in to comment.