diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-04-09 23:39:38 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-04-09 23:39:38 +0200 |
commit | 6304ee667759852083197c425668ae381ba82c22 (patch) | |
tree | 2481176c26cb9a3accd722335b4964342d3c3ce4 | |
parent | 4f1d33d707fbdf38296ed8b262ae1ea3dcde2b18 (diff) | |
download | postgresql-6304ee667759852083197c425668ae381ba82c22.tar.gz postgresql-6304ee667759852083197c425668ae381ba82c22.zip |
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
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index d0bd119842f..d4c8cafdba9 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -540,7 +540,7 @@ EOF </varlistentry> <varlistentry> - <term><option>-X,</option></term> + <term><option>-X</option></term> <term><option>--no-psqlrc</option></term> <listitem> <para> |