Re: list of extended statistics on psql

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: list of extended statistics on psql
Дата
Msg-id 20200829225436.atuttqilrcgppqio@development
обсуждение исходный текст
Ответ на Re: list of extended statistics on psql  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: list of extended statistics on psql  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On Sat, Aug 29, 2020 at 06:43:47PM -0400, Alvaro Herrera wrote:
>On 2020-Aug-29, Tomas Vondra wrote:
>
>> But if we want the
>> output to show both what was requested and which types were actually
>> built, that'll effectively double the number of columns needed :-(
>
>I was thinking it would be one column per type showing either disabled or enabled
>or built.  But another idea is to show one type per line that's at least
>enabled.
>
>> Also, it might be useful to show the size of the statistics built, just
>> like we show for \d+ etc.
>
>\dX+  I  suppose?
>

Right. I've only used \d+ as an example of an existing command showing
sizes of the objects.

regards

--
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: list of extended statistics on psql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Get rid of runtime handling of AlternativeSubPlan?