doc: Fix missing whitespace in pg_restore documentation.
authorFujii Masao
Tue, 15 Apr 2025 14:15:06 +0000 (23:15 +0900)
committerFujii Masao
Tue, 15 Apr 2025 14:15:06 +0000 (23:15 +0900)
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/[email protected]
Backpatch-through: 17

doc/src/sgml/ref/pg_restore.sgml

index 0ba68ad5305c594d86af430be9646ac40c5c4732..b6de497aee18cb6188437e1c2611dc9a7f231139 100644 (file)
@@ -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