Milestone Homework 2: Near-Neighbor Search in GiST

3 years late (10/17/07)

Description

FAQs

Query results for

select id, box_mindistance(the_box, '(0.5,0.5,0.5,0.5)') as dist 
  from testscan 
 where the_box ~~ '(0.5,0.5,0.5,0.5)' order by dist;
Note: See TracRoadmap for help on using the roadmap.