Re: Need Help to implement Proximity search feature - Mailing list pgsql-general

From Oleg Bartunov
Subject Re: Need Help to implement Proximity search feature
Date
Msg-id CAF4Au4wiaDgLbMn9xB1YTAZSXZxY5GqTuPnDT8KKwM0DcWumwg@mail.gmail.com
Whole thread Raw
In response to Need Help to implement Proximity search feature  (itishree sukla <itishree.sukla@gmail.com>)
Responses Re: Need Help to implement Proximity search feature  (itishree sukla <itishree.sukla@gmail.com>)
List pgsql-general
check knn search, http://www.sai.msu.su/~megera/postgres/talks/pgcon-2010-1.pdf

On Wed, Jan 15, 2014 at 8:04 PM, itishree sukla
<itishree.sukla@gmail.com> wrote:
> Deal all,
>
> In my project, there is a requirement to implement proximity search feature.
> We are running a mobile app, for which proximity search is require. Can any
> one guide me how i can achieve this using postgis, or is there any other way
> i can achieve this.
>
> We are using postgresql 9.2.
>
> Thanks in advance .
>
> Regards,
> Itishree


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: How are pg_operator and pg_type related with each other?
Next
From: Rémi Cura
Date:
Subject: reading array[text] in C extension function