pgsql: Update information_schema queries and system views for new relki

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update information_schema queries and system views for new relki
Date: 2017-01-18 19:32:16
Message-ID: E1cTvxw-0005Or-1J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update information_schema queries and system views for new relkind.

The original table partitioning patch overlooked this.

Discussion: http://postgr.es/m/CAG1_KcDJiZB=L6yOUO_bVufj2q2851_xdkfhw0JdcD_2VtKssw@mail.gmail.com

Keith Fiske and Amit Langote, adjusted by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/262e821deced47337d6d807515997567bb45fd7d

Modified Files
--------------
src/backend/catalog/information_schema.sql | 40 +++++++++++++++---------------
src/backend/catalog/system_views.sql | 4 +--
src/test/regress/expected/rules.out | 4 +--
3 files changed, 24 insertions(+), 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-01-18 19:48:15 pgsql: Add some more tests for tuple routing.
Previous Message Alvaro Herrera 2017-01-18 19:10:04 pgsql: Make messages mentioning type names more uniform