pgsql: doc: Remove stray comma from list of psql options

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Remove stray comma from list of psql options
Date: 2024-04-09 21:50:59
Message-ID: E1ruJMo-001LIx-Su@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Remove stray comma from list of psql options

Back in 7.2 the list of options had short options and long options
on the same line separated by comma, but since 7.3 they are listed
separate lines. The comma on -X was left behind so fix by removing
and backpatching all the way.

Reported-by: y(dot)saburov(at)gmail(dot)com
Discussion: https://postgr.es/m/171267154345.684.7212826057932148541@wrigleys.postgresql.org
Backpatch-through: v12

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-04-09 21:51:43 pgsql: doc: Remove stray comma from list of psql options
Previous Message Peter Eisentraut 2024-04-09 12:44:13 pgsql: Fix incorrect format placeholders