| From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Remove obsolete information schema tables |
| Date: | 2019-10-14 08:27:14 |
| Message-ID: | 91334220-7900-071b-9327-0c6ecd012017@2ndquadrant.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Remove-obsolete-information-schema-tables.patch | text/plain | 12.3 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | nil socket | 2019-10-14 09:36:04 | Re: Minimal logical decoding on standbys |
| Previous Message | Antonin Houska | 2019-10-14 06:42:49 | Re: Transparent Data Encryption (TDE) and encrypted files |