Doc: fix misleading syntax synopses for targetlists.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/delete.sgml | modified | +1 −1 |
| doc/src/sgml/ref/insert.sgml | modified | +1 −1 |
| doc/src/sgml/ref/select_into.sgml | modified | +1 −1 |
| doc/src/sgml/ref/select.sgml | modified | +1 −1 |
| doc/src/sgml/ref/update.sgml | modified | +1 −1 |
Documentation touched
Discussion
- INSERT ... RETURNING documentation 3 messages · 2024-07-25