Re: Remove obsolete information schema tables

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Remove obsolete information schema tables
Date: 2019-10-20 08:01:09
Message-ID: 9529c18a-bc6e-bceb-65da-02e729adcf35@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019-10-17 09:44, Michael Paquier wrote:
> I have a question here. Per the notes in information_schema.sql,
> SQL_SIZING_PROFILES has been removed in SQL:2011,

OK, we can remove that one as well. New patch attached.

> attributes.isnullable and DOMAIN_UDT_USAGE in SQL:2003~. Would it
> make sense to cleanup those ones?

OK, I'll look into those, but it seems like a separate undertaking. We
don't always remove things just because they were dropped by the SQL
standard.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
v2-0001-Remove-obsolete-information-schema-tables.patch text/plain 15.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2019-10-20 08:26:40 Re: Clean up MinGW def file generation
Previous Message Tom Lane 2019-10-20 04:53:57 Re: Ordering of header file inclusion