Re: ToDo: show size of partitioned table - Mailing list pgsql-hackers

From Amit Langote
Subject Re: ToDo: show size of partitioned table
Date
Msg-id ec1c0e3e-179c-d2db-aef6-aa9996b63522@lab.ntt.co.jp
Whole thread Raw
In response to Re: ToDo: show size of partitioned table  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: ToDo: show size of partitioned table  (Michael Paquier <michael@paquier.xyz>)
Re: ToDo: show size of partitioned table  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
On 2018/10/31 15:30, Pavel Stehule wrote:
> st 31. 10. 2018 v 3:27 odesílatel Amit Langote <
> Langote_Amit_f8@lab.ntt.co.jp> napsal:
>> +    appendPQExpBufferStr(&buf, "\nWHERE c.relkind IN ('p')\n");
>>
>> I wonder if we should list partitioned indexes ('I') as well, because
>> their size information is not available with \di+.  But maybe, they should
>> have a separate command.
>>
> 
> I though about it too and I prefer separate command. Similar to \di+

Okay, maybe \dI+.

> I am not sure. Has not sense run this test over empty database, and some
> bigger database can increase running.
> 
> More the size can be platform depend.

Okay, sure.

Thanks,
Amit



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: ToDo: show size of partitioned table
Next
From: David Rowley
Date:
Subject: Re: Ordered Partitioned Table Scans