documentation updates for SQL:2023
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-03-01T09:12:18Z
Lists: pgsql-hackers
Attachments
- v1-0001-doc-Update-SQL-features-list-for-SQL-2023.patch (text/plain) patch v1-0001
- v1-0002-doc-Update-SQL-keywords-list-for-SQL-2023.patch (text/plain) patch v1-0002
- v1-0003-doc-Remove-subfeatures-from-SQL-features-listing.patch (text/plain) patch v1-0003
SQL:2023 should be published within the next 2 months, so I want to update our SQL conformance information for our PostgreSQL release later this year. Attached are patches that update the keywords list and the features list as usual. (Some of the new features in the JSON area are still being worked on. I have just set them all to NO for now, to be revisited later.) I'm also proposing to get rid of the tracking of subfeatures. This has been de-facto deprecated: All the subfeatures for optional features have been removed (replaced by top-level feature codes), and the subfeatures for mandatory features aren't very interesting. The TODO is to remove the columns for the subfeatures in src/backend/catalog/sql_features.txt. That is a mechanical change that I did not include in the patch. I'll leave this patch set in the commit fest, to let those concurrent developments shake out and as a reminder to address this when the time comes.
Commits
-
doc: Update SQL features/conformance information to SQL:2023
- c9f57541d970 16.0 landed
-
doc: Update SQL keywords list to SQL:2023
- 1993f3feb74f 16.0 landed