| От | Jeff Davis |
|---|---|
| Тема | Re: Review: B-Tree emulation for GIN |
| Дата | |
| Msg-id | 1232391265.9065.5.camel@dell.linuxdev.us.dell.com обсуждение исходный текст |
| Ответ на | Re: Review: B-Tree emulation for GIN (Teodor Sigaev <teodor@sigaev.ru>) |
| Список | pgsql-hackers |
On Mon, 2009-01-19 at 21:41 +0300, Teodor Sigaev wrote: > > And how does GIN handle SQL NULL values in the column? Does it index > > them at all, or just ignore them? > SQL NULL: GIN doesn't support it (amindexnulls/amsearchnulls == false) > C NULL: NULL-numeric could be returned only by gin_extract_query_numeric which > cannot be called by user directly because of internal type of argument. > GIN doesn't do anything with values returned by gin_extract_query_numeric except > providing they as an argument for comparing functions. Ok, I understand now. I will look at this later. Regards,Jeff Davis
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера