Is it possible to select index values ? - Mailing list pgsql-general

From Jonathan Vanasco
Subject Is it possible to select index values ?
Date
Msg-id 83F676D9-8E2D-4DE5-A31B-95541DA52DB9@2xlp.com
Whole thread Raw
Responses Re: Is it possible to select index values ?
List pgsql-general
Is it possible to select index values ?

I haven't found any documentation that says "No", but I haven't found anything that says "Yes" either.

The reason - I have a few function indexes that are working as partial indexes.  I'd like to run some analytics on them
(todetermine uniqueness of values, decide if i should change the function, etc).  It would be easier if I could somehow
accessthe index contents than re-create the index data into a temporary table. 

pgsql-general by date:

Previous
From: Melvin Davidson
Date:
Subject: Re: strange sql behavior
Next
From: "David G. Johnston"
Date:
Subject: Re: Is it possible to select index values ?