psql \dX: list extended statistics objects
Tomas Vondra <tomas.vondra@postgresql.org>
psql \dX: list extended statistics objects The new command lists extended statistics objects, possibly with their sizes. All past releases with extended statistics are supported. Author: Tatsuro Yamada Reviewed-by: Julien Rouhaud, Alvaro Herrera, Tomas Vondra Discussion: https://postgr.es/m/c027a541-5856-75a5-0868-341301e1624b%40nttcom.co.jp_1
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +22 −0 |
| src/bin/psql/command.c | modified | +3 −0 |
| src/bin/psql/describe.c | modified | +150 −0 |
| src/bin/psql/describe.h | modified | +3 −0 |
| src/bin/psql/help.c | modified | +1 −0 |
| src/bin/psql/tab-complete.c | modified | +3 −1 |
| src/test/regress/expected/stats_ext.out | modified | +94 −0 |
| src/test/regress/sql/stats_ext.sql | modified | +31 −0 |
Documentation touched
Discussion
- list of extended statistics on psql 82 messages · 2020-08-24 → 2021-07-27