diff options
author | Fujii Masao | 2025-04-15 14:15:06 +0000 |
---|---|---|
committer | Fujii Masao | 2025-04-15 14:15:06 +0000 |
commit | f840f8ee304cb756638fd82254e3d00150a9b409 (patch) | |
tree | bd95cc9db5eabbb853d13a8464f0aba084ad0773 | |
parent | 7ae13170ba556e51a8e89f1b8a16535a857263ab (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 <lele@metapensiero.it>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/87lds3ysm0.fsf@metapensiero.it
Backpatch-through: 17
-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 0ba68ad5305..b6de497aee1 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -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 |