AW: pg_index.indislossy

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: pg_index.indislossy
Дата
Msg-id 11C1E6749A55D411A9670001FA6879633682C9@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Ответы Re: AW: pg_index.indislossy  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> > > Can someone tell me what we use indislossy for? 

Ok, so the interpretation of this field is:A match in the index needs to be reevaluated in the heap tuple data,since a
matchin the index does not necessarily mean, that the heap tuplematches.If the heap tuple data matches, the index must
alwaysmatch.
 

A very typical example for such an index is a hash index. This might explain the 
fact, that the ODBC driver misinterpreted that field as meaning that the index is a hash.  
The field has nothing to do with partial index.

Andreas


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: AW: pg_index.indislossy
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_index.indislossy