File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
postgresql/doc/src/sgml/ref Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -613,7 +613,7 @@ ________________________________________________________-->
613
613
</para>
614
614
________________________________________________________-->
615
615
<para>
616
- 不要在转储开始时永远等待获取共享表锁。相反,如果在指定的<replaceable class="parameter">超时 </replaceable>内无法锁定表,则失败。
616
+ 不要在转储开始时永远等待获取共享表锁。相反,如果在指定的<replaceable class="parameter">timeout </replaceable>内无法锁定表,则失败。
617
617
超时可以以<command>SET statement_timeout</command>接受的任何格式指定。
618
618
</para>
619
619
<!-- pgdoc-cn_end sig_en=f8237e9fb8e30514c9108bb68a8676b3 -->
@@ -644,7 +644,7 @@ ________________________________________________________-->
644
644
</para>
645
645
________________________________________________________-->
646
646
<para>
647
- 不要倾倒出版物 。
647
+ 不要转储publication 。
648
648
</para>
649
649
<!-- pgdoc-cn_end sig_en=e3beeac18caec38f8802d2bf9e9e3b33 -->
650
650
</listitem>
@@ -699,7 +699,7 @@ ________________________________________________________-->
699
699
</para>
700
700
________________________________________________________-->
701
701
<para>
702
- 不要删除订阅 。
702
+ 不要转储订阅 。
703
703
</para>
704
704
<!-- pgdoc-cn_end sig_en=9081e04bdf2696c648f265a07ee7896c -->
705
705
</listitem>
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ ________________________________________________________-->
156
156
</para>
157
157
________________________________________________________-->
158
158
<para>
159
- 写前日志流式传输的起始点是在 <application>pg_receivewal</application>启动时计算的:
159
+ 预写式日志流式传输的起始点是在 <application>pg_receivewal</application>启动时计算的:
160
160
<orderedlist>
161
161
<listitem>
162
162
<para>
@@ -167,7 +167,7 @@ ________________________________________________________-->
167
167
<listitem>
168
168
<para>
169
169
如果无法用上述方法计算起始点,并且使用了复制插槽,则会发出额外的<command>READ_REPLICATION_SLOT</command>命令来检索插槽的<literal>restart_lsn</literal>,以用作起始点。
170
- 仅当从<productname>PostgreSQL</productname> 15及更高版本流式传输写前日志时才可用此选项 。
170
+ 仅当从<productname>PostgreSQL</productname> 15及更高版本流式传输预写式日志时才可用此选项 。
171
171
</para>
172
172
</listitem>
173
173
@@ -879,7 +879,7 @@ ________________________________________________________-->
879
879
当使用<application>pg_receivewal</application>而不是
880
880
<xref linkend="guc-archive-command"/>或
881
881
<xref linkend="guc-archive-library"/>作为主要的WAL备份方法时,
882
- 强烈建议使用复制槽。否则,服务器可能会在备份之前回收或删除写前日志文件 ,
882
+ 强烈建议使用复制槽。否则,服务器可能会在备份之前回收或删除预写式日志文件 ,
883
883
因为它没有任何关于WAL流已归档到哪里的信息,
884
884
无论是来自<xref linkend="guc-archive-command"/>或
885
885
<xref linkend="guc-archive-library"/>还是复制槽。但是,请注意,
You can’t perform that action at this time.
0 commit comments