Re: Interface of the R-tree in order to work with postgresql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Interface of the R-tree in order to work with postgresql
Дата
Msg-id 1935.1160405310@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Interface of the R-tree in order to work with postgresql  ("jorge alberto" <jorge.is.a.geek@gmail.com>)
Список pgsql-hackers
"jorge alberto" <jorge.is.a.geek@gmail.com> writes:
> where can i find the .h that describes the interface that a spatial access
> method, like the R-tree, must have in order to work with postgresql.

There is no single .h file that will tell you everything you need to know.
I'd suggest starting here:
http://developer.postgresql.org/pgdocs/postgres/internals.html
with particular attention to chapter 48
http://developer.postgresql.org/pgdocs/postgres/indexam.html
After that the indexam README files might be educational:
src/backend/access/nbtree/README
src/backend/access/gin/README
src/backend/access/gist/README
src/backend/access/hash/README
and then start looking at .h files.
        regards, tom lane


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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Backbranch releases and Win32 locking
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: Backbranch releases and Win32 locking