Skip to content

Commit 99c0f14

Browse files
committed
by GitHub Actions [skip ci]
1 parent f304c38 commit 99c0f14

37 files changed

+106
-174
lines changed

current/html/app-pgbasebackup.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -829,11 +829,10 @@
829829
by <link linkend="logicaldecoding-replication-slots-synchronization">
830830
logical replication slot synchronization</link>.
831831
</span>
832-
《機械翻訳》このオプションは呼び出されます<code class="literal">--dbname</code>他の一貫性アプリケーションではクライアントに対して呼び出されますが、<span class="application">pg_basebackup</span>はクラスタ内の特定のデータベースには接続しないので、コネクション文字列に含まれるデータベース名前はサーバによって無視されます。
833-
しかし、データベース名前提供されるは、このようにしてデフォルトデータベース名前(<code class="literal">replication</code>)を上書きして、レプリケーションコネクションのパスワードを<code class="filename">~/.pgpass</code>で検索します。
834-
同様に、ミドルウェアや<span class="productname">PostgreSQL</span>に接続する際に使用されるプロキシは、のような目的のために名前を利用する場合があります。
835-
<a class="link" href="logicaldecoding-explanation.html#LOGICALDECODING-REPLICATION-SLOTS-SYNCHRONIZATION" title="47.2.3. レプリケーションスロットの同期">dushaui synchronization</a>でも使用できます。
836-
データベース論理レプリケーションスロット名前ルーティングコネクション
832+
他のクライアントアプリケーションとの整合性を保つために、このオプションは<code class="literal">--dbname</code>と呼ばれますが、<span class="application">pg_basebackup</span>はクラスタ内の特定のデータベースに接続しないため、接続文字列に含まれるデータベース名はサーバによって無視されます。
833+
しかし、そのようにして提供されたデータベース名は、レプリケーション接続のパスワードを<code class="filename">~/.pgpass</code>で検索するためのデフォルトのデータベース名(<code class="literal">replication</code>)を上書きします。
834+
同様に、<span class="productname">PostgreSQL</span>への接続に使用されるミドルウェアやプロキシは、接続ルーティングなどのために、この名前を利用する可能性があります。
835+
データベース名は<a class="link" href="logicaldecoding-explanation.html#LOGICALDECODING-REPLICATION-SLOTS-SYNCHRONIZATION" title="47.2.3. レプリケーションスロットの同期">論理レプリケーションスロットの同期</a>でも使用できます。
837836
</p></dd><dt><span class="term"><code class="option">-h <em class="replaceable"><code>host</code></em></code><br /></span><span class="term"><code class="option">--host=<em class="replaceable"><code>host</code></em></code></span></dt><dd><p>
838837
<span class="original">
839838
Specifies the host name of the machine on which the server is
@@ -1004,11 +1003,9 @@
10041003
and later, and incremental backup (&lt;literal&gt;&amp;#45;-incremental&lt;/literal&gt;) only works
10051004
with server version 17 and later.
10061005
</span>
1007-
《マッチ度[71.046229]》<span class="application">pg_basebackup</span>は同じまたは9.1以降のより古いメジャーバージョンのサーバで動作します。
1006+
<span class="application">pg_basebackup</span>は同じまたは9.1以降のより古いメジャーバージョンのサーバで動作します。
10081007
しかしWALストリーミングモード(<code class="literal">-X stream</code>)はバージョン9.3およびそれ以降のサーバでのみ動作します。
1009-
また、現在のバージョンのtar形式(<code class="literal">--format=tar</code>)はバージョン9.5およびそれ以降のサーバでのみ動作します。
1010-
《機械翻訳》<span class="application">pg_basebackup</span>は、同じか古いメジャーバージョン、ダウン、9.1のサーバで動作します。
1011-
しかし、WALストリーミングモード(<code class="literal">-X stream</code>)はサーババージョン9.3以降でのみ動作し、tarフォーマット(<code class="literal">--format=tar</code>)はサーババージョン9.5以降でのみ動作し、インクリメンタルバックアップ(<code class="literal">--incremental</code>)はサーババージョン17以降でのみ動作します。
1008+
また、tar形式(<code class="literal">--format=tar</code>)はバージョン9.5およびそれ以降のサーバでのみ動作し、増分バックアップ(<code class="literal">--incremental</code>)はバージョン17およびそれ以降のサーバでのみ動作します。
10121009
</p><p>
10131010
<span class="original">
10141011
&lt;application&gt;pg_basebackup&lt;/application&gt; will preserve group permissions

current/html/app-pgcreatesubscriber.html

Lines changed: 13 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@
1313
publication and subscription objects are created for each database. It
1414
must be run at the target server.
1515
</span>
16-
《マッチ度[82.571429]》<span class="application">pg_createsubscriber</span>は、物理スタンバイサーバから新しい論理レプリカを作成します。
17-
指定されたデータベース内のすべてのテーブルが論理レプリケーション設定に含まれます
16+
<span class="application">pg_createsubscriber</span>は、物理スタンバイサーバから新しい論理レプリカを作成します。
17+
指定されたデータベース内のすべてのテーブルが<a class="link" href="logical-replication.html" title="第29章 論理レプリケーション">論理レプリケーション</a>設定に含まれます
1818
各データベースに対して、パブリケーションとサブスクリプションのオブジェクトのペアが作成されます。
19-
ターゲットサーバで実行する必要があります。
20-
《機械翻訳》<span class="application">pg_createsubscriber</span>は、論理レプリカから新しい物理的スタンバイサーバを作成します。
21-
指定されたデータベースのすべてのテーブルは<a class="link" href="logical-replication.html" title="第29章 論理レプリケーション">論理レプリケーション</a>セットアップに含まれます。
22-
パブリケーションオブジェクトとサブスクリプションオブジェクトのペアがデータベースごとに作成されます。
2319
ターゲットサーバで実行する必要があります。
2420
</p><p>
2521
<span class="original">
@@ -47,15 +43,11 @@
4743
&lt;link linkend="sql-createsubscription-params-with-copy-data"&gt;
4844
&lt;literal&gt;copy_data&lt;/literal&gt;&lt;/link&gt; option.
4945
</span>
50-
《マッチ度[69.985570]》<span class="application">pg_createsubscriber</span>は大きなデータベースシステムを対象としています。
46+
<span class="application">pg_createsubscriber</span>は大きなデータベースシステムを対象としています。
5147
これは、論理レプリケーションセットアップではほとんどの時間が最初のデータコピーに費やされるためです。
5248
さらに、データの同期に費やされるこの長い時間の副作用は、通常、適用される変更が大きな量になること(最初のデータコピー中に生成されたもの)であり、これは、ロジカルレプリカが利用可能になるまでの時間をさらに増加させます。
53-
小規模なデータベースの場合は、<a class="link" href="logical-replication-row-filter.html#LOGICAL-REPLICATION-ROW-FILTER-INITIAL-DATA-SYNC" title="29.4.5. 初期データ同期">初期データ同期化</a>をお勧めします。
54-
《機械翻訳》<span class="application">pg_createsubscriber</span>がラージデータベースのシステムを対象としているのは、論理レプリケーションセットアップではほとんどの時間が初期データコピーの実行に費やされるためです。
55-
さらに、データの同期化に費やされるこの長い時間の副作用として、通常、(初期データコピー中に生成された)適用される変更の量がラージになり、ロジカルレプリカが使用可能になる時間がさらに長くなります。
56-
小規模なデータベースでは、論理レプリケーションに初期データ同期を設定することをお勧めします。
49+
小規模なデータベースの場合は、最初のデータ同期付きで論理レプリケーションを設定することをお勧めします。
5750
詳細については、<code class="command">CREATE SUBSCRIPTION</code><a class="link" href="sql-createsubscription.html#SQL-CREATESUBSCRIPTION-PARAMS-WITH-COPY-DATA"><code class="literal">copy_data</code></a>オプションを参照してください。
58-
5951
</p></div><div class="refsect1" id="id-1.9.5.7.6"><h2>オプション</h2><span class="original">
6052
&lt;title&gt;Options&lt;/title&gt;
6153
</span><p>
@@ -119,7 +111,7 @@
119111
The user name to connect as on target server. Defaults to the current
120112
operating system user name.
121113
</span>
122-
ターゲット・サーバに接続するためのユーザ名
114+
ターゲットサーバに接続するためのユーザ名
123115
デフォルトは、現在のオペレーティングシステムユーザ名です。
124116
</p></dd><dt><span class="term"><code class="option">-v</code><br /></span><span class="term"><code class="option">--verbose</code></span></dt><dd><p>
125117
<span class="original">
@@ -383,12 +375,13 @@
383375
subscriptions as a replication start point. It guarantees that no
384376
transaction will be lost.
385377
</span>
386-
《マッチ度[86.148008]》ソースサーバ上の指定されたデータベースごとに、パブリケーションとレプリケーションスロットを作成します。
378+
ソースサーバ上の指定されたデータベースごとに、パブリケーションとレプリケーションスロットを作成します。
387379
各パブリケーションは<a class="link" href="sql-createpublication.html#SQL-CREATEPUBLICATION-PARAMS-FOR-ALL-TABLES"><code class="literal">FOR ALL TABLES</code></a>を使用して作成されます。
388-
<code class="option">publication-name</code>オプションが指定されていない場合、次の名前パターンになります。
389-
<span class="quote"><span class="quote"><code class="literal">pg_createsubscriber_%u_%x</code></span></span>(パラメータ: データベース<em class="parameter"><code>oid</code></em>、ランダム<em class="parameter"><code>int</code></em>)。<code class="option">replication-slot-name</code>が指定されない場合、レプリケーションスロットは次の名前パターンになります。
380+
<code class="option">--publication</code>オプションが指定されていない場合、パブリケーションは次のような名前のパターンになります。
381+
<span class="quote"><span class="quote"><code class="literal">pg_createsubscriber_%u_%x</code></span></span>(パラメータ: データベース<em class="parameter"><code>oid</code></em>、ランダム<em class="parameter"><code>int</code></em>)。
382+
<code class="option">--replication-slot</code>が指定されない場合、レプリケーションスロットは次のような名前のパターンになります。
390383
<span class="quote"><span class="quote"><code class="literal">pg_createsubscriber_%u_%x</code></span></span>(パラメータ: データベース<em class="parameter"><code>oid</code></em>、ランダム<em class="parameter"><code>int</code></em>)。
391-
これらのレプリケーション スロットは、今後の手順でサブスクリプションによって使用されます。
384+
これらのレプリケーションスロットは、今後の手順でサブスクリプションによって使用されます。
392385
最後のレプリケーションスロットLSNは、<a class="xref" href="runtime-config-wal.html#GUC-RECOVERY-TARGET-LSN">recovery_target_lsn</a>パラメータの停止点として、また、サブスクリプションによってレプリケーション開始点として使用されます。
393386
これにより、トランザクションが失われることがなくなります。
394387
</p></li><li class="step"><p>
@@ -409,7 +402,7 @@
409402
&lt;application&gt;pg_createsubscriber&lt;/application&gt; terminates if recovery
410403
does not end until the given number of seconds.
411404
</span>
412-
ターゲットデータディレクトリにリカバリパラメータを書き込み、ターゲット・サーバを再起動します
405+
ターゲットデータディレクトリにリカバリパラメータを書き込み、ターゲットサーバを再起動します
413406
リカバリが進行するまでの先行書き込みログの場所のLSN(<a class="xref" href="runtime-config-wal.html#GUC-RECOVERY-TARGET-LSN">recovery_target_lsn</a>)を指定します。
414407
また、リカバリ対象に到達した時点でサーバが取るべきアクションとして<code class="literal">promote</code>を指定します。
415408
整合性のある状態に到達したらすぐにリカバリを終了する(WALはレプリケーション開始位置まで適用されるべきです)、複数のリカバリターゲットが障害を引き起こす可能性があるなど、リカバリプロセス中の予期しない動作を回避するために、<a class="link" href="runtime-config-wal.html#RUNTIME-CONFIG-WAL-RECOVERY-TARGET" title="19.5.6. リカバリターゲット">リカバリパラメータ</a>が追加されます。
@@ -428,22 +421,14 @@
428421
not enabled yet. The reason is the replication progress must be set to
429422
the replication start point before starting the replication.
430423
</span>
431-
《マッチ度[88.340807]》ターゲットサーバ上の指定した各データベースに対してサブスクリプションを作成します。
432-
<code class="option">subscription-name</code>が指定されない場合、サブスクリプションは次の名前パターンになります
424+
ターゲットサーバ上の指定した各データベースに対してサブスクリプションを作成します。
425+
<code class="option">--subscription</code>が指定されない場合、サブスクリプションは次のような名前のパターンになります
433426
<span class="quote"><span class="quote"><code class="literal">pg_createsubscriber_%u_%x</code></span></span>(パラメータ: データベース<em class="parameter"><code>oid</code></em>、ランダム<em class="parameter"><code>int</code></em>)。
434427
ソースサーバから既存のデータをコピーしません。
435428
レプリケーションスロットは作成されません。
436429
代わりに、前の手順で作成したレプリケーションスロットを使用します。
437430
サブスクリプションは作成されましたが、まだ有効ではありません。
438431
これは、レプリケーションを開始する前に、レプリケーションの進行状況をレプリケーション開始点に設定する必要があるためです。
439-
《機械翻訳》ターゲットサーバの指定したデータベースごとにサブスクリプションを作成します。
440-
<code class="option">--サブスクリプション</code>オプションが指定されていない場合、サブスクリプションには次の名前パターンがあります:<span class="quote"><span class="quote"><code class="literal">pg_createsubscriber_%u_%x</code></span></span>(パラメータ:データベース<em class="parameter"><code>oid</code></em>、ランダム<em class="parameter"><code>int</code></em>)。
441-
ソースサーバからの既存のデータはコピーされません。
442-
は作成されません。
443-
かわりに、前ので作成されたが使用されます。
444-
は作成されますが、まだ使用可能になっていません。
445-
その理由は、の進行状況をの開始地点であるの開始地点に設定する必要があるためです。
446-
サブスクリプションステップレプリケーションレプリケーションスロットレプリケーション前レプリケーションスロットレプリケーション
447432
</p></li><li class="step"><p>
448433
<span class="original">
449434
Drop publications on the target server that were replicated because they

current/html/bookindex.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

current/html/collation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
* FROM pg_collation&lt;/literal&gt;, or the command &lt;command&gt;\dOS+&lt;/command&gt;
392392
in &lt;application&gt;psql&lt;/application&gt;.
393393
</span>
394-
現在利用可能なロケールを調べるには、<code class="literal">SELECT * FROM pg_collation</code>という問合せを使うか<span class="application">psql</span>内で<code class="command">\dOS+</code>コマンドを使用します。
394+
現在利用可能なロケールを調べるには、<code class="literal">SELECT * FROM pg_collation</code>という問い合わせを使うか<span class="application">psql</span>内で<code class="command">\dOS+</code>コマンドを使用します。
395395
</p><div class="sect4" id="COLLATION-MANAGING-PREDEFINED-LIBC"><div class="titlepage"><div><div><h5 class="title">23.2.2.2.1. libc照合順序 <a href="#COLLATION-MANAGING-PREDEFINED-LIBC" class="id_link">#</a></h5></div></div></div><span class="original">
396396
&lt;title&gt;libc Collations&lt;/title&gt;
397397
</span><p>

current/html/ddl-generated-columns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
use subqueries or reference anything other than the current row in any
8080
way.
8181
</span>
82-
生成式は不変関数のみが使用でき、副問合せ、あるいは現在の行以外へのいかなる参照も使用できません。
82+
生成式は不変関数のみが使用でき、副問い合わせ、あるいは現在の行以外へのいかなる参照も使用できません。
8383
</p></li><li class="listitem"><p>
8484
<span class="original">
8585
A generation expression cannot reference another generated column.

current/html/ddl-partitioning.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,15 +1312,11 @@
13121312
partitions removed by the partition pruning done at this stage are
13131313
still locked at the beginning of execution.
13141314
</span>
1315-
《マッチ度[67.500000]》問い合わせ計画の初期化時。
1315+
問い合わせ計画の初期化時。
13161316
パーティション除去は、パラメータの値が分かる実行の初期化段階時に可能です。
13171317
この段階で除去されたパーティションは、問い合わせの<code class="command">EXPLAIN</code><code class="command">EXPLAIN ANALYZE</code>中に姿を見せることはないでしょう。
1318-
<code class="command">EXPLAIN</code>出力中に<span class="quote"><span class="quote">Subplans removed</span></span>プロパティを観察することによってこの段階で削除されるパーティションの数を特定することが可能です。
1319-
《機械翻訳》問い合わせプランの初期設定中。
1320-
パーティションのプルーニングは、実行の初期設定フェーズ中に既知のパラメータ値に対してここで実行できます。
1321-
このステージ中にプルーニングされたパーティションは、問い合わせの<code class="command">EXPLAIN</code>または<code class="command">EXPLAIN ANALYZE</code>には表示されません。
1322-
<code class="command">EXPLAIN</code>出力の<span class="quote"><span class="quote">削除されたサブプラン</span></span>プロパティを観察することによって、このフェーズ中に削除されたパーティションの数を判断できます。
1323-
ノートにとって重要なのは、このステージで行われたパーティションのプルーニングによって削除されたパーティションが、実行の開始時にロックされていることです。
1318+
<code class="command">EXPLAIN</code>出力中に<span class="quote"><span class="quote">Subplans removed</span></span>プロパティを観察することによってこの段階で除去されるパーティションの数を特定することが可能です。
1319+
この段階で行われたパーティションの除去によって削除されたパーティションが、実行の開始時にまだロックされていることに注意することが重要です。
13241320
</p></li><li class="listitem"><p>
13251321
<span class="original">
13261322
During actual execution of the query plan. Partition pruning may

0 commit comments

Comments
 (0)