バージョンごとのドキュメント一覧

49.3. ストリームレプリケーションプロトコルインタフェース #

<title>Streaming Replication Protocol Interface</title>

The commands コマンド

are used to create, drop, and stream changes from a replication slot, respectively. These commands are only available over a replication connection; they cannot be used via SQL. See <xref linkend="protocol-replication"/> for details on these commands. は、それぞれレプリケーションスロットに対して更新データを生成、削除、ストリームします。 これらのコマンドは、レプリケーション接続でのみ使用できます。 SQLでは使用できません。 これらのコマンドの詳細については55.4を参照してください。

The command <xref linkend="app-pgrecvlogical"/> can be used to control logical decoding over a streaming replication connection. (It uses these commands internally.) コマンドpg_recvlogicalを使ってストリーミングコネクション上のロジカルデコーディングを制御できます(このコマンドは内部で上記のコマンドを使っています)。