doc: Fix missing whitespace in pg_restore documentation.
authorFujii Masao <[email protected]>
Tue, 15 Apr 2025 14:15:06 +0000 (23:15 +0900)
committerFujii Masao <[email protected]>
Tue, 15 Apr 2025 14:15:06 +0000 (23:15 +0900)
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 <[email protected]>
Reviewed-by: Fujii Masao <[email protected]>
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
         <option>-n</option>/<option>--schema</option> for including objects in schemas,
-        <option>-N</option>/<option>--exclude-schema</option>for excluding objects in schemas,
+        <option>-N</option>/<option>--exclude-schema</option> for excluding objects in schemas,
         <option>-P</option>/<option>--function</option> for restoring named functions,
         <option>-I</option>/<option>--index</option> for restoring named indexes,
         <option>-t</option>/<option>--table</option> for restoring named tables