Re: Direct access to GIST structure

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Direct access to GIST structure
Дата
Msg-id 47F6A46F.5020906@sigaev.ru
обсуждение исходный текст
Ответ на Direct access to GIST structure  ("Tim Keitt" <tkeitt@gmail.com>)
Ответы Re: Direct access to GIST structure
Список pgsql-general
> encode spatial proximity. Is there an API (backend C-level is fine) to
> access a GIST index?

The best way is to extend existing interface to GiST to support KNN-search. But
you can see how to get access to index structure from module in gevel module
(http://www.sigaev.ru/cvsweb/cvsweb.cgi/gevel/). GiST-related functions in this
module is invented to help to developers, not for production use, so they
acquire exclusive lock on index.

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: psql: FATAL: role "xyz" is not permitted to log in
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: Exception messages -> application?