|
2 | 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>pg_recvlogical</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgreceivewal.html" title="pg_receivewal" /><link rel="next" href="app-pgrestore.html" title="pg_restore" /><meta name="viewport" content="width=device-width,initial-scale=1.0" /></head><body id="docContent" class="container-fluid col-10"><div class="other_version"><a href="https://www.postgresql.jp/document/">バージョンごとのドキュメント一覧</a></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="4" align="center"><a accesskey="h" href="index.html">PostgreSQL 16.4文書</a></th></tr><tr><td width="10%" align="left"></td><td width="10%" align="left"></td><td width="60%" align="center"><a href="reference-client.html" title="PostgreSQLクライアントアプリケーション">PostgreSQLクライアントアプリケーション</a></td><td width="20%" align="right"><div class="actions"><a class="issue" title="github" href="https://github.com/pgsql-jp/jpug-doc/issues/new?template=bug_report.yml&what-happened=version 16.4 : app-pgrecvlogical.html">誤訳等の報告 |
3 | 3 | </a></div></td></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgreceivewal.html" title="pg_receivewal">前へ</a> </td><td width="10%" align="left"><a accesskey="u" href="reference-client.html" title="PostgreSQLクライアントアプリケーション">上へ</a></td><td width="60%" align="center"><span class="application">pg_recvlogical</span></td><td width="20%" align="right"> <a accesskey="n" href="app-pgrestore.html" title="pg_restore">次へ</a></td></tr></table><hr /></div><div class="refentry" id="APP-PGRECVLOGICAL"><div class="titlepage"></div><a id="id-1.9.4.17.1" class="indexterm"></a><div class="refnamediv"><h2><span class="refentrytitle"><span class="application">pg_recvlogical</span></span></h2><p>pg_recvlogical<span class="original"> |
4 | 4 | <refpurpose>control <productname>PostgreSQL</productname> logical decoding streams</refpurpose> |
5 | | -</span> — <span class="productname">PostgreSQL</span>のストリームの論理デコードを制御する</p></div><div class="refsynopsisdiv"><h2>概要</h2><div class="cmdsynopsis"><p id="id-1.9.4.17.4.1"><code class="command">pg_recvlogical</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.4.17.5"><h2>説明</h2><span class="original"> |
| 5 | +</span> — <span class="productname">PostgreSQL</span>のストリームのロジカルデコーディングを制御する</p></div><div class="refsynopsisdiv"><h2>概要</h2><div class="cmdsynopsis"><p id="id-1.9.4.17.4.1"><code class="command">pg_recvlogical</code> [<em class="replaceable"><code>option</code></em>...]</p></div></div><div class="refsect1" id="id-1.9.4.17.5"><h2>説明</h2><span class="original"> |
6 | 6 | <title>Description</title> |
7 | 7 | </span><p> |
8 | 8 | <span class="original"> |
9 | 9 | <command>pg_recvlogical</command> controls logical decoding replication |
10 | 10 | slots and streams data from such replication slots. |
11 | 11 | </span> |
12 | | -<code class="command">pg_recvlogical</code>はレプリケーションスロットの論理デコードを制御し、またレプリケーションスロットからデータを流します。 |
| 12 | +<code class="command">pg_recvlogical</code>はレプリケーションスロットのロジカルデコーディングを制御し、またレプリケーションスロットからデータを流します。 |
13 | 13 | </p><p> |
14 | 14 | <span class="original"> |
15 | 15 | It creates a replication-mode connection, so it is subject to the same |
|
25 | 25 | a slot without consuming it, use |
26 | 26 | <link linkend="functions-replication"><function>pg_logical_slot_peek_changes</function></link>. |
27 | 27 | </span> |
28 | | -<code class="command">pg_recvlogical</code>には、論理デコードのSQLインタフェースのpeekとgetのモードに対応するものがありません。 |
| 28 | +<code class="command">pg_recvlogical</code>には、ロジカルデコーディングのSQLインタフェースのpeekとgetのモードに対応するものがありません。 |
29 | 29 | データを受信する度、および終了時にダラダラとその再生確認を送信します。 |
30 | 30 | スロット上の未処理のデータを処理せずに検査するには、<a class="link" href="functions-admin.html#FUNCTIONS-REPLICATION" title="9.27.6. レプリケーション管理関数"><code class="function">pg_logical_slot_peek_changes</code></a>を使用してください。 |
31 | 31 | </p><p> |
|
193 | 193 | plugin. See <xref linkend="logicaldecoding"/>. This option has no |
194 | 194 | effect if the slot already exists. |
195 | 195 | </span> |
196 | | -スロットを作成するとき、指定された論理デコードの出力プラグインを使います。 |
| 196 | +スロットを作成するとき、指定されたロジカルデコーディングの出力プラグインを使います。 |
197 | 197 | <a class="xref" href="logicaldecoding.html" title="第49章 ロジカルデコーディング">第49章</a>を参照してください。 |
198 | 198 | このオプションは、スロットが既に存在する時は、何の効果もありません。 |
199 | 199 | </p></dd><dt><span class="term"><code class="option">-s <em class="replaceable"><code>interval_seconds</code></em></code><br /></span><span class="term"><code class="option">--status-interval=<em class="replaceable"><code>interval_seconds</code></em></code></span></dt><dd><p> |
|
0 commit comments