Remove pg_stats_ext view It was created as equivalent of pg_stats, but since the code underlying pg_statistic_ext is more convenient than the one for pg_statistic, pg_stats_ext is no longer useful.
Author: David Rowley Reviewed-by: Tomas Vondra Discussion: https://postgr.es/m/cakjs1f9zakpuf9nqrqpfbasrohvb5eya2fvnsmcjy1wegco...@mail.gmail.com Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/3d5facfd9ab66c819ed583b2614b0560405a6aa2 Modified Files -------------- doc/src/sgml/planstats.sgml | 12 +++++------- src/backend/catalog/system_views.sql | 11 ----------- src/test/regress/expected/rules.out | 9 --------- 3 files changed, 5 insertions(+), 27 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
