mirror of
https://github.com/postgres/postgres.git
synced 2025-04-18 13:44:19 +03:00
doc: Fix missing whitespace in pg_restore documentation.
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 <lele@metapensiero.it> Reviewed-by: Fujii Masao <masao.fujii@gmail.com> Discussion: https://postgr.es/m/87lds3ysm0.fsf@metapensiero.it Backpatch-through: 17
This commit is contained in:
parent
fb9ec9cf79
commit
1b1dc81649
@ -198,7 +198,7 @@ PostgreSQL documentation
|
|||||||
or included from restore. The patterns are interpreted according to the
|
or included from restore. The patterns are interpreted according to the
|
||||||
same rules as
|
same rules as
|
||||||
<option>-n</option>/<option>--schema</option> for including objects in schemas,
|
<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>-P</option>/<option>--function</option> for restoring named functions,
|
||||||
<option>-I</option>/<option>--index</option> for restoring named indexes,
|
<option>-I</option>/<option>--index</option> for restoring named indexes,
|
||||||
<option>-t</option>/<option>--table</option> for restoring named tables
|
<option>-t</option>/<option>--table</option> for restoring named tables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user