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 <[email protected]> Discussion: https://postgr.es/m/[email protected] Reviewed-by: Georgios Kokolatos <[email protected]> Reviewed-by: Tatsuro Yamada <[email protected]> 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(-)
