]> granicus.if.org Git - postgresql/commit
Remove pg_stats_ext view
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 13 Apr 2017 14:35:22 +0000 (11:35 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 13 Apr 2017 14:35:22 +0000 (11:35 -0300)
commit3d5facfd9ab66c819ed583b2614b0560405a6aa2
tree9f9dae6b8970b4764141bd236c07a109d1470ea2
parent06fc54cd4355caf8e271ffc864885ccaa879159e
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_TQ@mail.gmail.com
doc/src/sgml/planstats.sgml
src/backend/catalog/system_views.sql
src/test/regress/expected/rules.out