covering indexes? - Mailing list pgsql-general

From Kevin Kempter
Subject covering indexes?
Date
Msg-id 200902120809.39099.kevink@consistentstate.com
Whole thread Raw
Responses Re: covering indexes?
List pgsql-general
Hi all;

I saw in the 8.1 release notes that a bug fix for covering index logic was
included. Can anyone point me to documentation on how to get PostgreSQL to
take advantage of a covering index (i.e. the query will return data only from
the index with no need to hit the table) ?


Thanks in advance...

pgsql-general by date:

Previous
From: Karsten Hilbert
Date:
Subject: Re: encoding of PostgreSQL messages
Next
From: Tom Lane
Date:
Subject: Re: Update table with random values from another table