pgsql: doc: Remove stray comma from list of psql options - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Remove stray comma from list of psql options
Date
Msg-id E1ruJOJ-001LME-CN@gemulon.postgresql.org
Whole thread Raw
List 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.saburov@gmail.com
Discussion: https://postgr.es/m/171267154345.684.7212826057932148541@wrigleys.postgresql.org
Backpatch-through: v12

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8ebda5952a13ff8d53f89ebc87922da7e0eef729

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


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Remove stray comma from list of psql options
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Remove stray comma from list of psql options