We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8268d3b commit ddff73eCopy full SHA for ddff73e
postgresql/doc/src/sgml/backup.sgml
@@ -593,8 +593,8 @@ pg_dump -j <replaceable class="parameter">num</replaceable> -F d -f <replaceable
593
This will work for any archive of either the "custom" or the "directory"
594
archive mode, whether or not it has been created with <command>pg_dump -j</command>.
595
-->
596
- 你可以使用<command>pg_restore -j</command>并行恢复转储。这将为任何"自定义"或者
597
- "目录"归档模式工作,是否它已经使用<command>pg_dump -j</command>创建。
+ 你可以使用<command>pg_restore -j</command>并行地恢复转储。这对于任何"自定义"或者
+ "目录"格式的备份文件都是有效的,不管该文件是否是使用<command>pg_dump -j</command>创建的。
598
</para>
599
</formalpara>
600
</sect2>
0 commit comments