Misc documentation fixes.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Misc documentation fixes. - Misc grammar and punctuation fixes. - Stylistic cleanup: use spaces between function arguments and JSON fields in examples. For example "foo(a,b)" -> "foo(a, b)". Add semicolon after last END in a few PL/pgSQL examples that were missing them. - Make sentence that talked about "..." and ".." operators more clear, by avoiding to end the sentence with "..". That makes it look the same as "..." - Fix syntax description for HAVING: HAVING conditions cannot be repeated Patch by Justin Pryzby, per Yaroslav Schekin's report. Backpatch to all supported versions, to the extent that the patch applies easily. Discussion: https://www.postgresql.org/message-id/20201005191922.GE17626%40telsasoft.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/catalogs.sgml | modified | +1 −1 |
| doc/src/sgml/config.sgml | modified | +2 −2 |
| doc/src/sgml/dblink.sgml | modified | +4 −4 |
| doc/src/sgml/func.sgml | modified | +1 −1 |
| doc/src/sgml/gin.sgml | modified | +1 −1 |
| doc/src/sgml/high-availability.sgml | modified | +1 −1 |
| doc/src/sgml/indexam.sgml | modified | +1 −1 |
| doc/src/sgml/isn.sgml | modified | +1 −1 |
| doc/src/sgml/mvcc.sgml | modified | +1 −1 |
| doc/src/sgml/parallel.sgml | modified | +1 −1 |
| doc/src/sgml/plpgsql.sgml | modified | +6 −6 |
| doc/src/sgml/protocol.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/rules.sgml | modified | +3 −3 |
| doc/src/sgml/seg.sgml | modified | +2 −2 |
| doc/src/sgml/textsearch.sgml | modified | +15 −15 |
Documentation touched
- doc/src/sgml/catalogs.sgml
- doc/src/sgml/config.sgml
- doc/src/sgml/dblink.sgml
- doc/src/sgml/func.sgml
- doc/src/sgml/gin.sgml
- doc/src/sgml/high-availability.sgml
- doc/src/sgml/indexam.sgml
- doc/src/sgml/isn.sgml
- doc/src/sgml/mvcc.sgml
- doc/src/sgml/parallel.sgml
- doc/src/sgml/plpgsql.sgml
- doc/src/sgml/protocol.sgml
- doc/src/sgml/ref/select.sgml
- doc/src/sgml/ref/select_into.sgml
- doc/src/sgml/rules.sgml
- doc/src/sgml/seg.sgml
- doc/src/sgml/textsearch.sgml
Discussion
- Probable documentation errors or improvements 10 messages · 2020-09-10 → 2020-11-20