From: | Justin Pryzby <pryzby(at)telsasoft(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Tatsuro Yamada <tatsuro(dot)yamada(dot)tf(at)nttcom(dot)co(dot)jp> |
Subject: | v13: show extended stats target in \d |
Date: | 2020-08-31 05:00:47 |
Message-ID: | 20200831050047.GG5450@telsasoft.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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+).
Attachment | Content-Type | Size |
---|---|---|
0001-Show-stats-target-of-extended-statistics.patch | text/x-diff | 4.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2020-08-31 05:05:41 | Re: Compatible defaults for LEAD/LAG |
Previous Message | Kyotaro Horiguchi | 2020-08-31 04:49:05 | Re: Terminate the idle sessions |