pgsql: doc: Update SQL keywords for SQL:2016 technical corrigenda

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: doc: Update SQL keywords for SQL:2016 technical corrigenda
Дата
Msg-id E1noUhh-0002UU-Vg@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a9c018565eb306b5a884c31ca6e26efed4dfc774

Modified Files
--------------
doc/src/sgml/keywords/sql2016-02-nonreserved.txt | 10 +++++++++-
doc/src/sgml/keywords/sql2016-02-reserved.txt    |  3 +--
2 files changed, 10 insertions(+), 3 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: relnotes: "training" -> "trailing"
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove some tabs in SQL code in C string literals