Revert "psql \dX: list extended statistics objects"
Tomas Vondra <tomas.vondra@postgresql.org>
Revert "psql \dX: list extended statistics objects" Reverts 891a1d0bca, because the new psql command \dX only worked for users users who can read pg_statistic_ext_data catalog, and most regular users lack that privilege (the catalog may contain sensitive user data). Reported-by: Noriyoshi Shinoda 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 | +0 −22 |
| src/bin/psql/command.c | modified | +0 −3 |
| src/bin/psql/describe.c | modified | +0 −150 |
| src/bin/psql/describe.h | modified | +0 −3 |
| src/bin/psql/help.c | modified | +0 −1 |
| src/bin/psql/tab-complete.c | modified | +1 −3 |
| src/test/regress/expected/stats_ext.out | modified | +0 −94 |
| src/test/regress/sql/stats_ext.sql | modified | +0 −31 |
Documentation touched
Discussion
- list of extended statistics on psql 82 messages · 2020-08-24 → 2021-07-27