Re: nearest match - Mailing list pgsql-sql

From Tomasz Myrta
Subject Re: nearest match
Date
Msg-id 3E7047DE.5000306@klaster.net
Whole thread Raw
In response to nearest match  ("Ryan" <pgsql-sql@seahat.com>)
List pgsql-sql
Ryan wrote:
> I'm doing some work with part diagrams and server-side image maps.
> I want to store single point coordinates (x,y) for reference numbers in a
> table looking like:
> 
> reference_number text,
> x int,
> y int
> 
> My question is:  How can I find the *nearest* match of some clicked on
> coordinates without specifying some arbitrary distance from the stored
> point?
> 
> The more I think about this the more I am realizing it is probally not
> that hard, I just can't seem to grasp the answer right now.
Can you say it in math logic? How to find, that some points are nearer 
then other without counting distance?

For image maps consider using geometric types like polygon. You need 
only one row for one area when using them.

Regards,
Tomasz Myrta



pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Function calling error in postgreSQL 7.3.1
Next
From: Christoph Haller
Date:
Subject: Re: Using update statements in create function statements