summaryrefslogtreecommitdiff
path: root/doc/src/sgml/parallel.sgml
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2020-10-19 19:28:54 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2020-10-19 19:28:54 +0300
commitc5f42daa6077a4c309c5280a47d0e114c12dc572 (patch)
tree840e31c15ff9339f9856f0cb139b83b65428d4a0 /doc/src/sgml/parallel.sgml
parent2a972e0165c9b34da4cff3001a2dad8e5a9a5a2b (diff)
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
Diffstat (limited to 'doc/src/sgml/parallel.sgml')
-rw-r--r--doc/src/sgml/parallel.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/parallel.sgml b/doc/src/sgml/parallel.sgml
index e31bd9d3ceb..c81abff48d3 100644
--- a/doc/src/sgml/parallel.sgml
+++ b/doc/src/sgml/parallel.sgml
@@ -471,7 +471,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
</para>
<para>
- The following operations are always parallel restricted.
+ The following operations are always parallel restricted:
</para>
<itemizedlist>