On Thu, 22 Jul 2004 04:34:26 GMT, "Kevin Macdonald"
<nospam(at)please(dot)thankyou> wrote:
>(The index
>includes the column sobjid because the query projects this col, and its
>inclusion in the index allows it to be serviced without accessing the
>underlying table)
No, Postgres always consults the heap to get the desired values. The
most obvious reason is that visibility information is stored in heap
tuples but not in index tuples.
Servus
Manfred