Remove obsolete information schema tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Remove obsolete information schema tables
Дата
Msg-id 91334220-7900-071b-9327-0c6ecd012017@2ndquadrant.com
обсуждение исходный текст
Ответы Re: Remove obsolete information schema tables  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
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 in them was no longer updated and therefore no
longer useful.

This also removes the feature-package association information in
sql_feature_packages.txt, but for the time begin we are keeping the
information which features are in the Core package (that is, mandatory
SQL features).  Maybe at some point someone wants to invent a way to
store that that does not involve using the "package" mechanism
anymore.

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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Antonin Houska
Дата:
Сообщение: Re: Transparent Data Encryption (TDE) and encrypted files
Следующее
От: nil socket
Дата:
Сообщение: Re: Minimal logical decoding on standbys