pgsql: Doc: fix misleading syntax synopses for targetlists.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: fix misleading syntax synopses for targetlists.
Дата
Msg-id E1sX8Fz-001Dn5-4O@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: fix misleading syntax synopses for targetlists.

In the syntax synopses for SELECT, INSERT, UPDATE, etc,
SELECT ... and RETURNING ... targetlists were missing { ... }
braces around an OR (|) operator.  That allows misinterpretation
which could lead to confusion.

David G. Johnston, per gripe from masondeanm@aol.com.

Discussion: https://postgr.es/m/172193970148.915373.2403176471224676074@wrigleys.postgresql.org

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/551ea63aaa2d6f63f167f273926ca6d2f8c6f9ac

Modified Files
--------------
doc/src/sgml/ref/delete.sgml      | 2 +-
doc/src/sgml/ref/insert.sgml      | 2 +-
doc/src/sgml/ref/select.sgml      | 2 +-
doc/src/sgml/ref/select_into.sgml | 2 +-
doc/src/sgml/ref/update.sgml      | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: update some HTTP links to point to canonical URLs.
Следующее
От: Amit Langote
Дата:
Сообщение: pgsql: SQL/JSON: Improve error-handling of JsonBehavior expressions