doc: Add missing semicolon in example
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 13 Nov 2023 13:13:03 +0000 (14:13 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 13 Nov 2023 13:13:03 +0000 (14:13 +0100)
commit06169ffda3b6644de7671c7d0284477da4e2d20f
tree35797fbfd6e760fcd2a55aa915e87027cef66f61
parentc30f1fcd8abf25524120797dda3b7650231ca73c
doc: Add missing semicolon in example

One of the examples on the SELECT page was missing a semicolon from
a listing which has the look and feel of being a psql session. This
adds the missing semicolon and also removes the newline between the
query and results to match the other examples nearby.

Backpatch to all supported branches to avoid backpatching issues on
this page.

Reported-by: tim.needham2@gmail.com
Discussion: https://postgr.es/m/169965004097.225187.12941375915673151540@wrigleys.postgresql.org
Backpatch-through: v12
doc/src/sgml/ref/select.sgml