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

Commitf840f8e

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

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
@@ -231,7 +231,7 @@ PostgreSQL documentation
231231
or included from restore. The patterns are interpreted according to the
232232
same rules as
233233
<option>-n</option>/<option>--schema</option> for including objects in schemas,
234-
<option>-N</option>/<option>--exclude-schema</option>for excluding objects in schemas,
234+
<option>-N</option>/<option>--exclude-schema</option>for excluding objects in schemas,
235235
<option>-P</option>/<option>--function</option> for restoring named functions,
236236
<option>-I</option>/<option>--index</option> for restoring named indexes,
237237
<option>-t</option>/<option>--table</option> for restoring named tables

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp