pgsql: Doc: fix misleading syntax synopses for targetlists. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: fix misleading syntax synopses for targetlists.
Date
Msg-id [email protected]
Whole thread Raw
List 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 [email protected].

Discussion: https://postgr.es/m/[email protected]

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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: update some HTTP links to point to canonical URLs.
Next
From: Amit Langote
Date:
Subject: pgsql: SQL/JSON: Improve error-handling of JsonBehavior expressions