doc: Update SQL keywords for SQL:2016 technical corrigenda
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 10 May 2022 18:31:13 +0000 (20:31 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 10 May 2022 18:31:13 +0000 (20:31 +0200)
commita9c018565eb306b5a884c31ca6e26efed4dfc774
tree66d61112510774adf7ad9ddf8ee7f8a10a395dd2
parent3c534949bbb0c7f312175879d1bf7de4f336c6e1
doc: Update SQL keywords for SQL:2016 technical corrigenda

Several keywords were missing or misclassified in the original
SQL:2016 standard.  This has been corrected in later technical
corrigenda.  This change updates the PostgreSQL documentation
accordingly.

This also fixes a mistake in 606948b058d: The keywords JSON_SCALAR and
JSON_SERIALIZE added there are not from SQL:2016 but from future
SQL:202x, so they don't belong in that list yet.

(606948b058d also added JSON to the reserved list, which is what the
corrigendum also does, but failed to remove it from the nonreserved
list.)
doc/src/sgml/keywords/sql2016-02-nonreserved.txt
doc/src/sgml/keywords/sql2016-02-reserved.txt