pgsql: Revert "psql \dX: list extended statistics objects"

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "psql \dX: list extended statistics objects"
Date: 2021-01-17 14:19:31
Message-ID: E1l18tv-0000O5-7c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1db0d173a2201119f297ea35edfb41579893dd8c

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 22 -----
src/bin/psql/command.c | 3 -
src/bin/psql/describe.c | 150 --------------------------------
src/bin/psql/describe.h | 3 -
src/bin/psql/help.c | 1 -
src/bin/psql/tab-complete.c | 4 +-
src/test/regress/expected/stats_ext.out | 94 --------------------
src/test/regress/sql/stats_ext.sql | 31 -------
8 files changed, 1 insertion(+), 307 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2021-01-17 14:35:23 pgsql: Add documentation chapter about checksums
Previous Message Magnus Hagander 2021-01-17 13:38:06 pgsql: Add --no-instructions parameter to initdb