pgsql: doc: Add missing semicolon in example

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add missing semicolon in example
Date: 2023-11-13 13:24:06
Message-ID: E1r2Wv8-005EbI-0M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)needham2(at)gmail(dot)com
Discussion: https://postgr.es/m/169965004097.225187.12941375915673151540@wrigleys.postgresql.org
Backpatch-through: v12

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ed260291c293a8d4f8e0285b63f3673e83e824d9

Modified Files
--------------
doc/src/sgml/ref/select.sgml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-11-13 13:24:24 pgsql: doc: Add missing semicolon in example
Previous Message Daniel Gustafsson 2023-11-13 13:23:40 pgsql: doc: Add missing semicolon in example