On Tue, Jun 30, 2015 at 10:56 PM, Marc Mamin <[email protected]> wrote: > while waiting for the new BRIN and improved GIN Indexes :-) > > I'd like to get a rough feeling, how some column's values are distributed on > the internal pages. > Is there a quicker way to extract the page reference from the ctid?
Isn't it something that pageinspect can do directly for you? It has been extended for brin indexes. http://www.postgresql.org/docs/devel/static/pageinspect.html -- Michael -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
