Re: Remove obsolete information schema tables - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Remove obsolete information schema tables
Date
Msg-id 20191021053401.GA1869@paquier.xyz
Whole thread Raw
In response to Re: Remove obsolete information schema tables  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: Remove obsolete information schema tables
List pgsql-hackers
On Sun, Oct 20, 2019 at 10:01:09AM +0200, Peter Eisentraut wrote:
> 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.

Looks fine.

>> 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.

But that's the same kind of cleanup you do here.  What's the
difference with DOMAIN_UDT_USAGE, which is mentioned as removed from
SQL:2003?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions
Next
From: Pavel Stehule
Date:
Subject: Re: dropdb --force