diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-07-25 19:52:08 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-07-25 19:52:08 -0400 |
commit | c7301c3b6fe2feaf96d52cbf35a85ac6b95374dc (patch) | |
tree | 321e25d092cbe751d16b4110d81cf159682a3559 /src/backend/executor | |
parent | e458dc1ac8388b33e3ce6b971d8de2721dd73870 (diff) | |
download | postgresql-c7301c3b6fe2feaf96d52cbf35a85ac6b95374dc.tar.gz postgresql-c7301c3b6fe2feaf96d52cbf35a85ac6b95374dc.zip |
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
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions