pgsql: doc: Fix missing whitespace in pg_restore documentation. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Fix missing whitespace in pg_restore documentation.
Date
Msg-id E1u4h6E-000Bed-2p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix missing whitespace in pg_restore documentation.

Previously, a space was missing between "<option>--exclude-schema</option>"
and "for" in the pg_restore documentation. This commit fixes the typo by
adding the missing whitespace.

Back-patch to v17 where the typo was added.

Author: Lele Gaifax <lele@metapensiero.it>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/87lds3ysm0.fsf@metapensiero.it
Backpatch-through: 17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1b1dc81649a2d359f74553ebe2ecdd1d2d6e9bfe

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


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix missing whitespace in pg_restore documentation.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix failure for generated column with a not-null domain constrai