pgsql: psql: Display stats target of extended statistics - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: psql: Display stats target of extended statistics
Date
Msg-id E1kGofs-00054s-BT@gemulon.postgresql.org
Whole thread Raw
List 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@telsasoft.com>
Discussion: https://postgr.es/m/20200831050047.GG5450@telsasoft.com
Reviewed-by: Georgios Kokolatos <gkokolatos@protonmail.com>
Reviewed-by: Tatsuro Yamada <tatsuro.yamada.tf@nttcom.co.jp>

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/aeb781107a7ca0cfe109c188534ecbf9c392f6ba

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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: psql: Display stats target of extended statistics
Next
From: Tom Lane
Date:
Subject: pgsql: Accept SIGQUIT during error recovery in auxiliary processes.