Opened 4 years ago

Closed 4 years ago

#4741 closed defect (fixed)

ST_PointInsideCircle

Reported by: komzpa Owned by: komzpa
Priority: medium Milestone: PostGIS 3.1.0
Component: documentation Version: 2.5.x -- EOL
Keywords: Cc:

Description

A person was asking help with ST_PointInsideCircle function after being pointed to documentation. There are multiple issues with it in doc:

  • it's not in Distance Relationships category;
  • it does not warn user to use ST_DWithin instead of it.

Change History (1)

comment:1 by Darafei Praliaskouski <me@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In 866293b/git:

Don't use ST_PointInsideCircle if you need indexes, use ST_DWithin instead.

Closes #4741.

Note: See TracTickets for help on using tickets.