Re: Need Help to implement Proximity search feature

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: Need Help to implement Proximity search feature
Дата
Msg-id CAF4Au4wiaDgLbMn9xB1YTAZSXZxY5GqTuPnDT8KKwM0DcWumwg@mail.gmail.com
обсуждение исходный текст
Ответ на Need Help to implement Proximity search feature  (itishree sukla <itishree.sukla@gmail.com>)
Ответы Re: Need Help to implement Proximity search feature
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: How are pg_operator and pg_type related with each other?
Следующее
От: Rémi Cura
Дата:
Сообщение: reading array[text] in C extension function