pgsql: psql: Display stats target of extended statistics

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Display stats target of extended statistics
Date: 2020-09-11 19:16:56
Message-ID: E1kGoXY-00050x-JO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Display stats target of extended statistics

The stats target can be set since commit d06215d03, but wasn't shown by
psql.

Author: Justin Pryzby <justin(at)telsasoft(dot)com>
Discussion: https://postgr.es/m/20200831050047.GG5450@telsasoft.com
Reviewed-by: Georgios Kokolatos <gkokolatos(at)protonmail(dot)com>
Reviewed-by: Tatsuro Yamada <tatsuro(dot)yamada(dot)tf(at)nttcom(dot)co(dot)jp>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3c99230b4f0d10c9eac5f4efdd2394eccb2af3a0

Modified Files
--------------
src/bin/psql/describe.c | 14 ++++++++++++--
src/test/regress/expected/stats_ext.out | 18 ++++++++++++++++++
src/test/regress/sql/stats_ext.sql | 2 ++
3 files changed, 32 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2020-09-11 19:25:32 pgsql: psql: Display stats target of extended statistics
Previous Message Tom Lane 2020-09-11 16:24:53 pgsql: Log a message when resorting to SIGKILL during shutdown/crash re