Skip to content

Commit ddff73e

Browse files
committed
Update backup.sgml
对“使用pg_dump的并行转储功能”这一部分的翻译进行了纠正。
1 parent 8268d3b commit ddff73e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgresql/doc/src/sgml/backup.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,8 @@ pg_dump -j <replaceable class="parameter">num</replaceable> -F d -f <replaceable
593593
This will work for any archive of either the "custom" or the "directory"
594594
archive mode, whether or not it has been created with <command>pg_dump -j</command>.
595595
-->
596-
你可以使用<command>pg_restore -j</command>并行恢复转储。这将为任何"自定义"或者
597-
"目录"归档模式工作,是否它已经使用<command>pg_dump -j</command>创建
596+
你可以使用<command>pg_restore -j</command>并行地恢复转储。这对于任何"自定义"或者
597+
"目录"格式的备份文件都是有效的,不管该文件是否是使用<command>pg_dump -j</command>创建的
598598
</para>
599599
</formalpara>
600600
</sect2>

0 commit comments

Comments
 (0)