Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b1dc81

Browse files
committed
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 byadding 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.itBackpatch-through: 17
1 parentfb9ec9c commit1b1dc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/pg_restore.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ PostgreSQL documentation
198198
or included from restore. The patterns are interpreted according to the
199199
same rules as
200200
<option>-n</option>/<option>--schema</option> for including objects in schemas,
201-
<option>-N</option>/<option>--exclude-schema</option>for excluding objects in schemas,
201+
<option>-N</option>/<option>--exclude-schema</option>for excluding objects in schemas,
202202
<option>-P</option>/<option>--function</option> for restoring named functions,
203203
<option>-I</option>/<option>--index</option> for restoring named indexes,
204204
<option>-t</option>/<option>--table</option> for restoring named tables

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp