From: Fujii Masao Date: Tue, 15 Apr 2025 14:15:06 +0000 (+0900) Subject: doc: Fix missing whitespace in pg_restore documentation. X-Git-Tag: REL_17_5~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b1dc81649a2d359f74553ebe2ecdd1d2d6e9bfe;p=thirdparty%2Fpostgresql.git doc: Fix missing whitespace in pg_restore documentation. Previously, a space was missing between "" 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 Reviewed-by: Fujii Masao Discussion: https://postgr.es/m/87lds3ysm0.fsf@metapensiero.it Backpatch-through: 17 --- diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 2e3ba802581..0f23067d784 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -198,7 +198,7 @@ PostgreSQL documentation or included from restore. The patterns are interpreted according to the same rules as / for including objects in schemas, - /for excluding objects in schemas, + / for excluding objects in schemas, / for restoring named functions, / for restoring named indexes, / for restoring named tables