From 1db0d173a2201119f297ea35edfb41579893dd8c Mon Sep 17 00:00:00 2001 From: Tomas Vondra Date: Sun, 17 Jan 2021 15:11:14 +0100 Subject: 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 --- doc/src/sgml/ref/psql-ref.sgml | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index aaf55df9215..221a967bfe6 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1918,28 +1918,6 @@ testdb=> - - - \dX [ pattern ] - - - Lists extended statistics. - If pattern - is specified, only those extended statistics whose names match the - pattern are listed. - If + is appended to the command name, each extended - statistics is listed with its size. - - - - The column of the kind of extended stats (e.g. Ndistinct) shows some statuses. - "requested" means that it needs to collect statistics by ANALYZE. - "built" means ANALYZE was - finished, and the planner can use it. NULL means that it doesn't exists. - - - \dy[+] [ pattern ] -- cgit v1.2.3