Re: v13: show extended stats target in \d

From: Tatsuro Yamada <tatsuro(dot)yamada(dot)tf(at)nttcom(dot)co(dot)jp>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>, pgsql-hackers(at)postgresql(dot)org
Cc: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
Subject: Re: v13: show extended stats target in \d
Date: 2020-09-01 01:37:49
Message-ID: 61159ce4-069e-1b12-5415-31d09934dd5f@nttcom.co.jp_1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Justin,

On 2020/08/31 14:00, Justin Pryzby wrote:
> The stats target can be set since commit d06215d03, but wasn't shown by psql.
> ALTER STATISISTICS .. SET STATISTICS n.
>
> Normal (1-D) stats targets are shown in \d+ table.
> Stats objects are shown in \d (no plus).
> Arguably, this should be shown only in "verbose" mode (\d+).

I tested your patch on 13beta3 and head (ab3c6d41).
It looks good to me. :-D

Thanks,
Tatsuro Yamada

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2020-09-01 01:38:44 Re: REINDEX SCHEMA/DATABASE/SYSTEM weak with dropped relations
Previous Message Justin Pryzby 2020-09-01 01:14:29 Re: v13: show extended stats target in \d