doc: Fix missing whitespace in pg_restore documentation.

Fujii Masao <fujii@postgresql.org>

Commit: f840f8ee304cb756638fd82254e3d00150a9b409
Author: Fujii Masao <fujii@postgresql.org>
Date: 2025-04-15T14:15:06Z
Releases: 18.0
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

Files

PathChange+/−
doc/src/sgml/ref/pg_restore.sgml modified +1 −1

Documentation touched

Discussion