Skip to content

Commit 3b225fb

Browse files
committed
by GitHub Actions [skip ci]
1 parent 2c2bc51 commit 3b225fb

6 files changed

Lines changed: 7 additions & 8 deletions

current/html/logical-replication-architecture.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
control of the replication of the table is given back to the main apply
6969
process where replication continues as normal.
7070
</span>
71-
《マッチ度[91.547862]》既存のサブスクライブされたテーブル中の初期データのスナップショットが取得され、特殊な適用プロセスの並列インスタンスにコピーされます。
71+
既存のサブスクライブされたテーブル中の初期データのスナップショットが取得され、特殊な適用プロセスの並列インスタンスにコピーされます。
7272
これらの特殊な適用プロセスは、同期されるテーブルごとに生成された、専用のテーブル同期ワーカーです。
7373
このプロセスは自身のレプリケーションスロットを作成し、既存のデータをコピーします。
7474
コピーが終わるとすぐにテーブル内容が他のバックエンドから見えるようになります。
7575
既存のデータのコピーが終わると、ワーカーは同期モードに入ります。
76-
このモードでは、初期データのコピー中に起こった更新を標準の論理レプリケーションを使ってストリーミングすることにより、テーブルが主適用プロセスと同期状態になることを保証します。
76+
このモードでは、初期データのコピー中に起こった変更を標準の論理レプリケーションを使ってストリーミングすることにより、テーブルが主適用プロセスと同期状態になることを保証します。
7777
この同期フェーズの間、パブリッシャーで発生したのと同じ順序で変更が適用され、コミットされます。
7878
ひとたび同期が完了すれば、テーブルのレプリケーションの制御は主適用プロセスに戻され、レプリケーションは通常通り継続されます。
7979
</p><div class="note"><h3 class="title">注記</h3><p>

current/html/logical-replication-row-filter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
doesn't use row filters even if they are defined in the publication.
158158
This is because old releases can only copy the entire table data.
159159
</span>
160-
《マッチ度[91.304348]》サブスクライバーが15より前のリリースにある場合、既存のデータのコピーでは、パブリケーションで定義されていても行フィルタは使用されません
160+
サブスクライバーが15より前のリリースの場合、既存のデータのコピーは、パブリケーションで定義されていても行フィルタを使用しません
161161
これは、古いリリースではテーブルデータ全体しかコピーできないためです。
162162
</p></div></div><div class="sect2" id="LOGICAL-REPLICATION-ROW-FILTER-COMBINING"><div class="titlepage"><div><div><h3 class="title">29.4.6. 複数行フィルタの統合 <a href="#LOGICAL-REPLICATION-ROW-FILTER-COMBINING" class="id_link">#</a></h3></div></div></div><span class="original">
163163
&lt;title&gt;Combining Multiple Row Filters&lt;/title&gt;

current/html/logical-replication-subscription.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
to another database and the set of publications (one or more) to which it
1111
wants to subscribe.
1212
</span>
13-
《マッチ度[93.312102]》<em class="firstterm">サブスクリプション</em>は論理レプリケーションの下流側です。
13+
<em class="firstterm">サブスクリプション</em>は論理レプリケーションの下流側です。
1414
サブスクリプションが定義されたノードは<em class="firstterm">サブスクライバー</em>として参照されます。
1515
サブスクリプションは他のデータベースへの接続と、サブスクリプション対象の一つ以上のパブリケーションの集合を定義します。
1616
</p><p>

current/html/logical-replication.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@
7878
Replicating between PostgreSQL instances on different platforms (for
7979
example Linux to Windows).
8080
</span>
81-
《マッチ度[88.421053]》異なるプラットフォーム上のPostgreSQLインスタンス間(たとえばLinuxからWindows)でレプリケーションする。
82-
《機械翻訳》異なるプラットフォーム上のPostgreSQLインスタンス間でのレプリケーション(例リナックスからWindowsへ)。
81+
異なるプラットフォーム上のPostgreSQLインスタンス間(たとえばLinuxからWindows)でレプリケーションする。
8382
</p></li><li class="listitem"><p>
8483
<span class="original">
8584
Giving access to replicated data to different groups of users.
@@ -100,7 +99,7 @@
10099
other hand, if there are other writes done either by an application or by other
101100
subscribers to the same set of tables, conflicts can arise.
102101
</span>
103-
《マッチ度[96.511628]》サブスクライバーのデータベースは、他のPostgreSQLインスタンスと同様に振る舞い、自分用のパブリケーションを定義することにより、他のデータベースに対するパブリッシャーとして利用できます。
102+
サブスクライバーのデータベースは、他のPostgreSQLインスタンスと同様に振る舞い、自分用のパブリケーションを定義することにより、他のデータベースに対するパブリッシャーとして利用できます。
104103
アプリケーションがそのサブスクライバーを読み取り専用として取り扱うときには、単独のサブスクリプションからはコンフリクトは発生しません。
105104
一方、アプリケーションあるいは他のサブスクライバーから同じテーブルに書き込みが起こるとすると、コンフリクトが発生する可能性があります。
106105
</p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="wal-internals.html" title="28.6. WALの内部">前へ</a> </td><td width="20%" align="center"><a accesskey="u" href="admin.html" title="パート III. サーバの管理">上へ</a></td><td width="40%" align="right"> <a accesskey="n" href="logical-replication-publication.html" title="29.1. パブリケーション">次へ</a></td></tr><tr><td width="40%" align="left" valign="top">28.6. WALの内部 </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 18.4文書">ホーム</a></td><td width="40%" align="right" valign="top"> 29.1. パブリケーション</td></tr></table></div></body></html>

current/postgres-A4.pdf

-544 Bytes
Binary file not shown.

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: default
77

88
## 最新
99

10-
last-updated: 2026-05-18 05:11:39 JST
10+
last-updated: 2026-06-05 06:04:50 JST
1111

1212
### 最新 PostgreSQL
1313

0 commit comments

Comments
 (0)