Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions doc/src/sgml/logical-replication.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -3276,8 +3276,9 @@ WAL送信プロセスはWALのロジカルデコーディング(<xref linkend=
<literal>options=-coutput_plugin_libraries=...</literal> in the connection
string.
-->
《機械翻訳》レプリケーション名前で使用される出力用プラグインのコネクションは、サーバの<xref linkend="guc-output-plugin-libraries"/>に含まれている必要があります(サブスクリプションの場合、使用されるプラグイン名前は<literal>pgoutput</literal>.です。
スーパーユーザは、<literal>options=-coutput_plugin_libraries=...</literal>をコネクショントラステッドに含めることで、コネクションごとに文字列リストを変更できます。
レプリケーション接続で使用される出力用プラグインの名前は、サーバの<xref linkend="guc-output-plugin-libraries"/>に含まれている必要があります。
(サブスクリプションの場合、使用されるプラグインの名前は<literal>pgoutput</literal>です。)
スーパーユーザは、接続文字列に<literal>options=-coutput_plugin_libraries=...</literal>を含めることで、接続ごとに信頼されたリストを変更できます。
</para>

<para>
Expand Down Expand Up @@ -3619,8 +3620,8 @@ WAL送信プロセスはWALのロジカルデコーディング(<xref linkend=
included in the new cluster's <xref linkend="guc-output-plugin-libraries"/>;
see that parameter's documentation for safety information.
-->
《機械翻訳》古い被参照のスロットにあるクラスタの出力プラグインは、新しいPostgreSQLの実行可能ディレクトリにインストールする必要があります
また、新しいクラスタの<xref linkend="guc-output-plugin-libraries"/>にも含める必要があります
古いクラスタのスロットで参照される出力プラグインは、新しいPostgreSQLの実行ファイル格納ディレクトリにインストールする必要があります
また、新しいクラスタの<xref linkend="guc-output-plugin-libraries"/>にも含まれている必要があります
安全に関する情報については、そのパラメータの文書を参照してください。
</para>
</listitem>
Expand Down
Loading