Skip to content

Commit dd5fe53

Browse files
committed
by GitHub Actions [skip ci]
1 parent 1d4d6df commit dd5fe53

13 files changed

Lines changed: 28 additions & 49 deletions

current/html/logicaldecoding-explanation.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -232,15 +232,10 @@
232232
standby, the slot will not be persisted to avoid data loss. In such
233233
cases, the following log message may appear:
234234
</span>
235-
《マッチ度[88.643068]》スロットの同期が推奨通りに設定され、初期同期が自動的に、またはpg_sync_replication_slotを介して手動で行われた場合、次の条件を満たした場合にのみ、スタンバイは同期されたスロットを永続化できます:プライマリ上の論理レプリケーションスロットが、スタンバイ上で必要なWALおよびシステムカタログ行を保持している必要があります
235+
スロットの同期が推奨通りに設定され、初期同期が自動的にまたは<code class="function">pg_sync_replication_slots</code>を介して手動で行われた場合、プライマリ上の論理レプリケーションスロットがスタンバイ上で必要なWALおよびシステムカタログ行を保持している場合にのみ、スタンバイは同期されたスロットを永続化できます。
236236
これにより、データの整合性が確保され、昇格後も論理レプリケーションをスムーズに継続できます。
237237
必要なWALまたはカタログ行がスタンバイからすでに削除されている場合、スロットはデータ損失を回避するために永続化されません。
238238
このような場合、次のログメッセージが表示されることがあります。
239-
《機械翻訳》スロットの同期化が推奨どおりに構成され、初期同期化が<code class="function">pg_sync_replication_slots</code>を介して自動または手動で実行される場合、スタンバイが同期化されたスロットを保持できるのは、次の条件が満たされる場合のみです。
240-
プライマリの論理レプリケーションスロットは、スタンバイで使用可能なシステムカタログ行およびWALを保持する必要があります。
241-
これにより、データの整合性が確保され、昇格後も論理レプリケーションを円滑に続行できます。
242-
必要なWALまたはカタログ行がすでにスタンバイからパージされている場合、データロスを回避するためにスロットは保持されません。
243-
この場合、ログメッセージは次のように表示されます。
244239
</p><pre class="programlisting">
245240
LOG: could not synchronize replication slot "failover_slot"
246241
DETAIL: Synchronization could lead to data loss, because the remote slot needs WAL at LSN 0/3003F28 and catalog xmin 754, but the standby has LSN 0/3003F28 and catalog xmin 756.

current/html/logicaldecoding-output-plugin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
plugin. And finally the &lt;parameter&gt;message&lt;/parameter&gt; parameter holds
447447
the actual message of &lt;parameter&gt;message_size&lt;/parameter&gt; size.
448448
</span>
449-
《マッチ度[90.900563]》<em class="parameter"><code>txn</code></em>パラメータは、コミット時のタイムスタンプとXIDのような、トランザクションに関するメタ情報を含んでいます。
449+
<em class="parameter"><code>txn</code></em>パラメータは、コミット時のタイムスタンプとXIDのような、トランザクションに関するメタ情報を含んでいます。
450450
ただし、そのメッセージがトランザクション扱いではなく、メッセージをログしたトランザクションにXIDが割り当てられてない場合はNULLになることに注意してください。
451451
<em class="parameter"><code>lsn</code></em>は、メッセージに対応するWALの位置です。
452452
<em class="parameter"><code>transactional</code></em>は、メッセージがトランザクションとして送られたものかどうかを表しています。

current/html/pgbench.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,10 @@
230230
print one message every 100,000 rows while generating data for all
231231
tables.
232232
</span>
233-
《マッチ度[55.190311]》<code class="literal">g</code>(クライアント側データ生成)は、データは<code class="command">pgbench</code>クライアントで生成されてからサーバに送られます。
233+
<code class="literal">g</code>(クライアント側データ生成)は、データは<code class="command">pgbench</code>クライアントで生成されてからサーバに送られます。
234234
これは<code class="command">COPY</code>でクライアント/サーバの帯域を大きく使います。
235-
<code class="command">pgbench</code>は、バージョン14またはそれ以降の<span class="productname">PostgreSQL</span>では<code class="option">FREEZE</code>オプションを使用して、その後の<code class="command">VACUUM</code>を高速化します。ただし、パーティション化された<code class="literal">pgbench_accounts</code>テーブルがある場合を除きます
235+
<code class="command">pgbench</code>は、バージョン14またはそれ以降の<span class="productname">PostgreSQL</span>では、通常の(パーティションでない)テーブルにデータを読み込むのに<code class="option">FREEZE</code>オプションを使用して、その後の<code class="command">VACUUM</code>を高速化します。
236236
<code class="literal">g</code>を使うと、すべてのテーブルのためにデータを生成する間、100,000行毎にメッセージを1つログ出力するようになります。
237-
《機械翻訳》<code class="literal">g</code>クライアント側のデータ生成では、<code class="command">pgbench</code>クライアントでデータが生成され、サーバに送られます。
238-
これは<code class="command">COPY</code>を通してクライアント/サーバの帯域幅を広範囲に使用します。
239-
<code class="command">pgbench</code><code class="option">フリーズ</code>オプションを使用して、バージョン14以降の<span class="productname">PostgreSQL</span>の通常の(パーティションでない)テーブルにロードデータを送り、後続の<code class="command">VACUUM</code>を高速化します。
240-
<code class="literal">g</code>を使用すると、ロギングは100,000行ごとに1つのメッセージをプリントし、すべてのテーブルのデータを生成します。
241237
</p><p>
242238
<span class="original">
243239
With &lt;literal&gt;G&lt;/literal&gt; (server-side data generation),

current/html/sql-alterpublication.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@
153153
the identity and schema of the published tables. Note this happens only
154154
when a partition root table is specified as the replication target.
155155
</span>
156-
《機械翻訳》<code class="literal">publish_via_partition_root</code>パラメータを変更すると、パブリッシュされたテーブルのIDとデータロスが変更されるため、サブスクライバーでスキーマまたは重複が発生する可能性があります
157-
ノートこれは、パーティションルートテーブルがレプリケーションターゲットとして指定されている場合にのみ発生します
156+
<code class="literal">publish_via_partition_root</code>パラメータを変更すると、パブリッシュされたテーブルのスキーマやアイデンティティが変更されるため、データ損失や重複が発生する恐れがあります
157+
これは、パーティションルートテーブルがレプリケーションの対象として指定されている場合にのみ発生することに注意してください
158158
</p><p>
159159
<span class="original">
160160
This problem can be avoided by refraining from modifying partition leaf
@@ -163,7 +163,7 @@
163163
is executed and by only refreshing using the &lt;literal&gt;copy_data = off&lt;/literal&gt;
164164
option.
165165
</span>
166-
《機械翻訳》この問題は、<a class="link" href="sql-altersubscription.html" title="ALTER SUBSCRIPTION"><code class="command">ALTER SUBSCRIPTION ... REFRESH PUBLICATION</code></a>が実行されるまで、<code class="command">ALTER PUBLICATION ... SET</code>の後にパーティションリーフテーブルを変更しないようにし、<code class="literal">copy_data = off</code>オプションを使用してのみ更新することで回避できます
166+
この問題は、<code class="command">ALTER PUBLICATION ... SET</code>のあと、<a class="link" href="sql-altersubscription.html" title="ALTER SUBSCRIPTION"><code class="command">ALTER SUBSCRIPTION ... REFRESH PUBLICATION</code></a>が実行されるまでパーティションリーフテーブルの変更を控え、かつ<code class="literal">copy_data = off</code>オプションを使用してリフレッシュすることでのみ回避できます
167167
</p></div></dd><dt><span class="term"><em class="replaceable"><code>new_owner</code></em></span></dt><dd><p>
168168
<span class="original">
169169
The user name of the new owner of the publication.

current/html/sql-altertablespace.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,10 @@
6262
one tablespace is located on a disk which is faster or slower than the
6363
remainder of the I/O subsystem.
6464
</span>
65-
《マッチ度[85.801714]》設定または設定解除するテーブル空間パラメータです。
66-
現時点では<code class="varname">seq_page_cost</code><code class="varname">random_page_cost</code><code class="varname">effective_io_concurrency</code><code class="varname">maintenance_io_concurrency</code>パラメータのみが利用可能です。
67-
特定のテーブル空間にこの値を設定することにより、同一の名前の設定パラメータ(<a class="xref" href="runtime-config-query.html#GUC-SEQ-PAGE-COST">seq_page_cost</a><a class="xref" href="runtime-config-query.html#GUC-RANDOM-PAGE-COST">random_page_cost</a><a class="xref" href="runtime-config-resource.html#GUC-EFFECTIVE-IO-CONCURRENCY">effective_io_concurrency</a><a class="xref" href="runtime-config-resource.html#GUC-MAINTENANCE-IO-CONCURRENCY">maintenance_io_concurrency</a>参照)で決定される、そのテーブル空間内のテーブルからページを読み取るプランナの通常のコスト推定値とエグゼキュータの先読みの振る舞いが上書きされます。
68-
これはあるテーブル空間が他のI/Oサブシステムに比べ低速または高速なディスク上にある場合に有用となるかもしれません。
69-
《機械翻訳》設定するテーブルスペースパラメータまたはリセット。
70-
現在使用可能なパラメータは、<code class="varname">seq_page_cost</code><code class="varname">random_page_cost</code><code class="varname">effective_io_concurrency</code>および<code class="varname">maintenance_io_concurrency</code>のみです。
71-
これらの値を特定のテーブルスペースに設定すると、そのプランナの表からページを読み取るコストの通常の推定値、および発行される同時I/Oの数が、同じ名前の設定パラメータによって確立されたとおりに上書きされます(<a class="xref" href="runtime-config-query.html#GUC-SEQ-PAGE-COST">seq_page_cost</a><a class="xref" href="runtime-config-query.html#GUC-RANDOM-PAGE-COST">random_page_cost</a><a class="xref" href="runtime-config-resource.html#GUC-EFFECTIVE-IO-CONCURRENCY">effective_io_concurrency</a><a class="xref" href="runtime-config-resource.html#GUC-MAINTENANCE-IO-CONCURRENCY">maintenance_io_concurrency</a>を参照)。
72-
これは、1つのテーブルスペースが他の入出力サブシステムよりも高速または低速なディスクに配置されている場合に便利です。
73-
テーブルスペース
65+
値を設定あるいはリセットするテーブル空間のパラメータです。
66+
現在、利用可能なパラメータは<code class="varname">seq_page_cost</code><code class="varname">random_page_cost</code><code class="varname">effective_io_concurrency</code><code class="varname">maintenance_io_concurrency</code>のみです。
67+
特定のテーブル空間について、この値を設定すると、プランナがそのテーブル空間内のテーブルからページを読み込むコストの通常の推定値や、発行される同時I/Oの数について、通常参照する同じ名前の設定パラメータ(<a class="xref" href="runtime-config-query.html#GUC-SEQ-PAGE-COST">seq_page_cost</a><a class="xref" href="runtime-config-query.html#GUC-RANDOM-PAGE-COST">random_page_cost</a><a class="xref" href="runtime-config-resource.html#GUC-EFFECTIVE-IO-CONCURRENCY">effective_io_concurrency</a><a class="xref" href="runtime-config-resource.html#GUC-MAINTENANCE-IO-CONCURRENCY">maintenance_io_concurrency</a>を参照)よりも優先します。
68+
テーブル空間が、他のI/Oサブシステムより高速あるいは低速なディスク上にある時は、これが有用でしょう。
7469
</p></dd></dl></div></div><div class="refsect1" id="id-1.9.3.36.7"><h2></h2><span class="original">
7570
&lt;title&gt;Examples&lt;/title&gt;
7671
</span><p>

current/html/sql-checkpoint.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
the &lt;xref linkend="predefined-role-pg-checkpoint"/&gt;
4242
role can call &lt;command&gt;CHECKPOINT&lt;/command&gt;.
4343
</span>
44-
《マッチ度[68.055556]》<code class="command">CHECKPOINT</code>を呼び出すことができるのは、スーパーユーザまたは<a class="xref" href="predefined-roles.html#PREDEFINED-ROLE-PG-CHECKPOINT">pg_checkpoint</a>ロールの権限を持つユーザのみです。
45-
《機械翻訳》スーパーユーザまたは<a class="xref" href="predefined-roles.html#PREDEFINED-ROLE-PG-CHECKPOINT">pg_checkpoint</a>ロールの権限を持つユーザのみが呼び出し<code class="command">CHECKPOINT</code>.
44+
<code class="command">CHECKPOINT</code>を呼び出すことができるのは、スーパーユーザまたは<a class="xref" href="predefined-roles.html#PREDEFINED-ROLE-PG-CHECKPOINT">pg_checkpoint</a>ロールの権限を持つユーザのみです。
4645
</p></div><div class="refsect1" id="id-1.9.3.49.6"><h2>互換性</h2><span class="original">
4746
&lt;title&gt;Compatibility&lt;/title&gt;
4847
</span><p>

current/html/sql-cluster.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@
9292
Prints a progress report as each table is clustered
9393
at &lt;literal&gt;INFO&lt;/literal&gt; level.
9494
</span>
95-
《マッチ度[54.117647]》各テーブルのクラスタ化を行う時に進行状況報告を出力します。
96-
《機械翻訳》各レポートが<code class="literal">INFO</code>レベルに集まるごとに進行テーブルを印刷します。
95+
各テーブルのクラスタ化を行う時に<code class="literal">INFO</code>レベルで進行状況報告を出力します。
9796
</p></dd><dt><span class="term"><em class="replaceable"><code>boolean</code></em></span></dt><dd><p>
9897
<span class="original">
9998
Specifies whether the selected option should be turned on or off.

current/html/sql-createtablespace.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,10 @@
8888
one tablespace is located on a disk which is faster or slower than the
8989
remainder of the I/O subsystem.
9090
</span>
91-
《マッチ度[82.374541]》値を設定あるいはリセットするテーブル空間のパラメータです。
92-
現在、利用可能なパラメータは<code class="varname">seq_page_cost</code><code class="varname">random_page_cost</code><code class="varname">effective_io_concurrency</code><code class="varname">maintenance_io_concurrency</code>だけです。
93-
特定のテーブル空間について、その値を設定すると、プランナがそのテーブル空間内のテーブルからページを読み込むコストの通常の推定値やエグゼキュータの先読みの振る舞いについて、通常参照する同じ名前の設定パラメータ(<a class="xref" href="runtime-config-query.html#GUC-SEQ-PAGE-COST">seq_page_cost</a><a class="xref" href="runtime-config-query.html#GUC-RANDOM-PAGE-COST">random_page_cost</a><a class="xref" href="runtime-config-resource.html#GUC-EFFECTIVE-IO-CONCURRENCY">effective_io_concurrency</a><a class="xref" href="runtime-config-resource.html#GUC-MAINTENANCE-IO-CONCURRENCY">maintenance_io_concurrency</a>を参照)よりも優先します。
94-
テーブル空間が、他のI/Oサブシステムより高速あるいは低速なディスク上にある時は、これが有効でしょう。
95-
《機械翻訳》設定するテーブルスペースパラメータまたはリセット。
96-
現在使用可能なパラメータは、<code class="varname">seq_page_cost</code><code class="varname">random_page_cost</code><code class="varname">effective_io_concurrency</code>および<code class="varname">maintenance_io_concurrency</code>のみです。
97-
これらの値を特定のテーブルスペースに設定すると、そのプランナの表からページを読み取るコストの通常の推定値、および発行される同時I/Oの数が、同じ名前の設定パラメータによって確立されたとおりに上書きされます(<a class="xref" href="runtime-config-query.html#GUC-SEQ-PAGE-COST">seq_page_cost</a><a class="xref" href="runtime-config-query.html#GUC-RANDOM-PAGE-COST">random_page_cost</a><a class="xref" href="runtime-config-resource.html#GUC-EFFECTIVE-IO-CONCURRENCY">effective_io_concurrency</a><a class="xref" href="runtime-config-resource.html#GUC-MAINTENANCE-IO-CONCURRENCY">maintenance_io_concurrency</a>を参照)。
98-
これは、1つのテーブルスペースが他の入出力サブシステムよりも高速または低速なディスクに配置されている場合に便利です。
99-
テーブルスペース
91+
値を設定あるいはリセットするテーブル空間のパラメータです。
92+
現在、利用可能なパラメータは<code class="varname">seq_page_cost</code><code class="varname">random_page_cost</code><code class="varname">effective_io_concurrency</code><code class="varname">maintenance_io_concurrency</code>のみです。
93+
特定のテーブル空間について、この値を設定すると、プランナがそのテーブル空間内のテーブルからページを読み込むコストの通常の推定値や、発行される同時I/Oの数について、通常参照する同じ名前の設定パラメータ(<a class="xref" href="runtime-config-query.html#GUC-SEQ-PAGE-COST">seq_page_cost</a><a class="xref" href="runtime-config-query.html#GUC-RANDOM-PAGE-COST">random_page_cost</a><a class="xref" href="runtime-config-resource.html#GUC-EFFECTIVE-IO-CONCURRENCY">effective_io_concurrency</a><a class="xref" href="runtime-config-resource.html#GUC-MAINTENANCE-IO-CONCURRENCY">maintenance_io_concurrency</a>を参照)よりも優先します。
94+
テーブル空間が、他のI/Oサブシステムより高速あるいは低速なディスク上にある時は、これが有用でしょう。
10095
</p></dd></dl></div></div><div class="refsect1" id="id-1.9.3.87.7"><h2>注釈</h2><span class="original">
10196
&lt;title&gt;Notes&lt;/title&gt;
10297
</span><p>

0 commit comments

Comments
 (0)