You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
——row303至307,调整英文内容为:
Create <filename>standby.signal</filename> and append connection settings
to <filename>postgresql.auto.conf</filename> in the output
directory (or into the base archive file when using tar format) to
ease setting up a standby server.
The <filename>postgresql.auto.conf</filename> file will record the connection
——row538至539,调整翻译内容为:
在输出目录中(或者当使用 tar 格式时再基础归档文件中)建立 <filename>standby.signal</filename> 并附加连接设置到<filename>postgresql.auto.conf</filename> 来简化设置一个后备服务器。
<filename>postgresql.auto.conf</filename>文件将记录连接设置(如果有)以及<application>pg_basebackup</application>所使用的复制槽,这样流复制后面就会使用相同的设置。
——row746,调整英文内容为:
in <xref linkend="guc-primary-slot-name"/>. That way, it is ensured that
——row888,调整翻译内容为:
这个选项仅能与<literal>-X stream</literal>一起使用。它导致WAL流使用指定的复制槽。如果该基础备份的目的是被用作一台使用复制槽的流复制后备,则它应该使用与<xref linkend="guc-primary-slot-name"/>中相同的复制槽名称。通过这种方式,可以确保服务器不会移除位于该基础备份结束与流复制开始之间产生的任何所需的WAL数据。
——row805至806,增加英文内容为:
Checksum verifications failures will also be reported
in the <xref linkend="pg-stat-database-view"/> view.
——row932,增加翻译内容为:
校验和验证失败也将报告在<xref linkend="pg-stat-database-view"/>视图中。
——row1208至1218,增加英文和翻译内容为:
<!--==========================orignal english content==========================
<para>
The environment variable <envar>PG_COLOR</envar> specifies whether to use
color in diagnostics messages. Possible values are
<literal>always</literal>, <literal>auto</literal>,
<literal>never</literal>.
</para>
____________________________________________________________________________-->
<para>
环境变量<envar>PG_COLOR</envar>规定在诊断消息中是否使用颜色。可能的值为<literal>always</literal>、 <literal>auto</literal>和<literal>never</literal>。
</para>
在输出目录中(或者当使用 tar 格式时再基础归档文件中)写一个最小的<filename>recovery.conf</filename>来简化设置一个后备服务器。<filename>recovery.conf</filename>文件将记录连接设置(如果有)以及<application>pg_basebackup</application>所使用的复制槽,这样流复制后面就会使用相同的设置。
538
+
在输出目录中(或者当使用 tar 格式时再基础归档文件中)建立 <filename>standby.signal</filename> 并附加连接设置到<filename>postgresql.auto.conf</filename> 来简化设置一个后备服务器。
0 commit comments