psql \dX: list extended statistics objects

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: ad600bba0422dde4b73fbd61049ff2a3847b068a
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2021-01-20T21:57:21Z
Releases: 14.0
psql \dX: list extended statistics objects

The new command lists extended statistics objects. All past releases
with extended statistics are supported.

This is a simplified version of commit 891a1d0bca, which had to be
reverted due to not considering pg_statistic_ext_data is not accessible
by regular users. Fields requiring access to this catalog were removed.
It's possible to add them, but it'll require changes to core.

Author: Tatsuro Yamada
Reviewed-by: Julien Rouhaud, Alvaro Herrera, Tomas Vondra, Noriyoshi Shinoda
Discussion: https://postgr.es/m/c027a541-5856-75a5-0868-341301e1624b%40nttcom.co.jp_1

Files

Documentation touched

Discussion