Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b1dc81

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 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
1 parent fb9ec9c commit 1b1dc81

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)