diff options
author | Fujii Masao | 2025-04-15 14:15:06 +0000 |
---|---|---|
committer | Fujii Masao | 2025-04-15 14:16:18 +0000 |
commit | 1b1dc81649a2d359f74553ebe2ecdd1d2d6e9bfe (patch) | |
tree | 9032519866b9cb68bb02a27605f331faf1934d5d /doc | |
parent | fb9ec9cf79263329ca8f116d6dacaada78f49dc2 (diff) |
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 <[email protected]>
Reviewed-by: Fujii Masao <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 17
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/sgml/ref/pg_restore.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 2e3ba802581..0f23067d784 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -198,7 +198,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 |