pgsql: Remove pg_stats_ext view

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove pg_stats_ext view
Date: 2017-04-13 14:39:26
Message-ID: E1cyfuA-00083T-Qh@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2017-04-13 14:48:44 pgsql: Minor cleanup of backend SCRAM code.
Previous Message Bruce Momjian 2017-04-13 14:19:21 pgsql: docs: update major release instructions