Skip to content

Commit 3691bcc

Browse files
committed
by GitHub Actions [skip ci]
1 parent 5fdf386 commit 3691bcc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

current/html/app-pgcreatesubscriber.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
</span>
166166
論理レプリケーションを設定するレプリケーションスロット名。
167167
複数の<code class="option">--replication-slot</code>スイッチを書くことで、複数のレプリケーションスロットを指定できます。
168-
パブリケーションスロット名の数は、指定されたデータベースの数と一致する必要があります。
168+
レプリケーションスロット名の数は、指定されたデータベースの数と一致する必要があります。
169169
一致しない場合、エラーが報告されます。
170170
複数のレプリケーションスロット名スイッチの順序は、データベーススイッチの順序と一致する必要があります。
171171
このオプションを指定しない場合、サブスクリプション名がレプリケーションスロット名に割り当てられます。
@@ -189,7 +189,7 @@
189189
<span class="original">
190190
Print the &lt;application&gt;pg_createsubscriber&lt;/application&gt; 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 &lt;application&gt;pg_createsubscriber&lt;/application&gt; command

current/html/sql-altersubscription.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
&lt;literal&gt;REFRESH PUBLICATION&lt;/literal&gt; should then be executed separately.
125125
The default is &lt;literal&gt;true&lt;/literal&gt;.
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>
@@ -269,7 +269,7 @@
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">

current/postgres-A4.pdf

-9 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: 2025-08-01 04:32:26 JST
10+
last-updated: 2025-08-08 04:30:42 JST
1111

1212
### 最新 PostgreSQL
1313

0 commit comments

Comments
 (0)