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
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