Re: wrong indexes sizes on index page - Mailing list pgadmin-hackers

From Thom Brown
Subject Re: wrong indexes sizes on index page
Date
Msg-id AANLkTinFMUqbqaK=ofVkpQ_g7NQ74jR4ezda26oh7Fuf@mail.gmail.com
Whole thread Raw
In response to Re: wrong indexes sizes on index page  (Timon <timosha@gmail.com>)
Responses Re: wrong indexes sizes on index page
List pgadmin-hackers
On 12 October 2010 11:01, Timon <timosha@gmail.com> wrote:
> 2010/10/12 Guillaume Lelarge <guillaume@lelarge.info>:
>> Le 12/10/2010 11:47, Thom Brown a écrit :
>>> On 12 October 2010 10:29, Timon <timosha@gmail.com> wrote:
>>>> see attachment.
>>>> Last column on table shows index size, but 227MB - is table size.
>>>>
>>>> postgresql 8.4.4
>>>>
>>>> pgadmin 1.13 last dev build from git
>>>>
>>>
>>> I can confirm this using pgAdmin ... weird special version Dave gave
>>> me last week ... against PostgreSQL 8.3.1, and PostgreSQL 9.0.0.
>>>
>>
>> I don't think we changed anything in this area. So you should have the
>> same issue with 1.12.
> yes, I have this issue with 1.12.

Looks like it's getting the OID of the table the index is associated
with rather than just using the indexrelid column from
pg_stat_all_indexes.

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

pgadmin-hackers by date:

Previous
From: Timon
Date:
Subject: Re: wrong indexes sizes on index page
Next
From: Devrim GÜNDÜZ
Date:
Subject: Re: [pgadmin-support] pgAdmin v1.12.0 Released