File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 165165</ span >
166166論理レプリケーションを設定するレプリケーションスロット名。
167167複数の< code class ="option "> --replication-slot</ code > スイッチを書くことで、複数のレプリケーションスロットを指定できます。
168- パブリケーションスロット名の数は 、指定されたデータベースの数と一致する必要があります。
168+ レプリケーションスロット名の数は 、指定されたデータベースの数と一致する必要があります。
169169一致しない場合、エラーが報告されます。
170170複数のレプリケーションスロット名スイッチの順序は、データベーススイッチの順序と一致する必要があります。
171171このオプションを指定しない場合、サブスクリプション名がレプリケーションスロット名に割り当てられます。
189189< span class ="original ">
190190 Print the <application>pg_createsubscriber</application> version and exit.
191191</ span >
192- < span class ="application "> pg_createsubscriber</ span > のバージョンを出力して終了します 。
192+ < span class ="application "> pg_createsubscriber</ span > のバージョンを表示し、終了します 。
193193 </ p > </ dd > < dt > < span class ="term "> < code class ="option "> -?</ code > < br /> </ span > < span class ="term "> < code class ="option "> --help</ code > </ span > </ dt > < dd > < p >
194194< span class ="original ">
195195 Show help about <application>pg_createsubscriber</application> command
Original file line number Diff line number Diff line change 124124 <literal>REFRESH PUBLICATION</literal> should then be executed separately.
125125 The default is <literal>true</literal>.
126126</ span >
127- falseにすると、このコマンドはテーブルを情報を更新しません 。
127+ falseにすると、このコマンドはテーブル情報を更新しません 。
128128後で別に< code class ="literal "> REFRESH PUBLICATION</ code > を実行することになります。
129129デフォルトは< code class ="literal "> true</ code > です。
130130 </ p > </ dd > </ dl > </ div > < p >
269269受信データが何らかの制約に違反している場合、解決されるまで論理レプリケーションは停止します。
270270< code class ="command "> ALTER SUBSCRIPTION ... SKIP</ code > コマンドを使用すると、論理レプリケーションワーカーはトランザクション内のすべてのデータ修正変更をスキップします。
271271このオプションは、サブスクライバーで< a class ="link " href ="sql-createsubscription.html#SQL-CREATESUBSCRIPTION-PARAMS-WITH-TWO-PHASE "> < code class ="literal "> two_phase</ code > </ a > を有効にしてすでに準備されているトランザクションには影響しません。
272- 論理レプリケーションワーカーがトランザクションをスキップするかトランザクションを終了ことに成功した後 、LSN( < code class ="structname "> pg_subscription</ code > .< code class ="structfield "> subskiplsn</ code > に格納されています) がクリアされます。
272+ 論理レプリケーションワーカーがトランザクションをスキップするかトランザクションを終了することに成功した後 、LSN( < code class ="structname "> pg_subscription</ code > .< code class ="structfield "> subskiplsn</ code > に格納されています) がクリアされます。
273273論理レプリケーションの競合の詳細については< a class ="xref " href ="logical-replication-conflicts.html " title ="29.6. コンフリクト "> 29.6</ a > を参照してください。
274274 </ p > < p >
275275< span class ="original ">
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ layout: default
77
88## 最新
99
10- last-updated: 2025-08-01 04:32:26 JST
10+ last-updated: 2025-08-08 04:30:42 JST
1111
1212### 最新 PostgreSQL
1313
You can’t perform that action at this time.
0 commit comments