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_18_BETA1~152 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=f840f8ee304cb756638fd82254e3d00150a9b409;p=postgresql.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 0ba68ad5305..b6de497aee1 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -231,7 +231,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