Re: Interface of the R-tree in order to work with postgresql
В списке pgsql-hackers по дате отправления:
| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера