Skip to content

Commit 0e738a4

Browse files
[generic-wal pg_ctl-ref]: restored some translations; fixed some errors
1 parent 94b99cc commit 0e738a4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

postgresql/doc/src/sgml/generic-wal.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ ________________________________________________________-->
4444
</para>
4545
________________________________________________________-->
4646
<para>
47-
通用WAL记录在逻辑解码期间被忽略。<link
48-
linkend="logicaldecoding">逻辑解码</link>。如果您的扩展需要逻辑解码,
47+
通用WAL记录在<link linkend="logicaldecoding">逻辑解码</link>期间被忽略。如果您的扩展需要逻辑解码,
4948
考虑使用自定义WAL资源管理器。
5049
</para>
5150
<!-- pgdoc-cn_end sig_en=dc58364d1580ddc7b9df6a63ebe3c2c4 -->

postgresql/doc/src/sgml/ref/pg_ctl-ref.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ ________________________________________________________-->
239239
________________________________________________________-->
240240
<para>
241241
<option>stop</option>模式会关闭在指定数据目录中运行的服务器。可以使用<option>-m</option>选项选择三种不同的关闭方法。
242-
<quote>智能</quote>模式禁止新连接,然后等待所有现有客户端断开连接。
242+
<quote>Smart</quote>模式禁止新连接,然后等待所有现有客户端断开连接。
243243
如果服务器处于热备状态,一旦所有客户端断开连接,恢复和流复制将终止。
244-
<quote>快速</quote>模式(默认)不等待客户端断开连接。
244+
<quote>Fast</quote>模式(默认)不等待客户端断开连接。
245245
所有活动事务都将回滚,客户端将被强制断开连接,然后服务器将关闭。
246-
<quote>立即</quote>模式将立即中止所有服务器进程,而不是进行干净的关闭。这个选择将导致在下次服务器启动时进行崩溃恢复循环。
246+
<quote>Immediate</quote>模式将立即中止所有服务器进程,而不是进行干净的关闭。这个选择将导致在下次服务器启动时进行崩溃恢复循环。
247247
</para>
248248
<!-- pgdoc-cn_end sig_en=9525db55bf435be90254ab5bead9ca11 -->
249249

0 commit comments

Comments
 (0)