Re: Remove obsolete information schema tables

2019-10-25 Thread Peter Eisentraut
On 2019-10-21 07:34, Michael Paquier wrote: > 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

Re: Remove obsolete information schema tables

2019-10-20 Thread Michael Paquier
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.

Re: Remove obsolete information schema tables

2019-10-20 Thread Peter Eisentraut
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

Re: Remove obsolete information schema tables

2019-10-17 Thread Michael Paquier
On Mon, Oct 14, 2019 at 10:27:14AM +0200, Peter Eisentraut wrote: > I propose this patch to remove the information schema tables > SQL_LANGUAGES, which was eliminated in SQL:2008, and SQL_PACKAGES, which > was eliminated in SQL:2011. Since they were dropped by the SQL > standard, the information i