Skip to content

Commit 38e46de

Browse files
committed
by GitHub Actions [skip ci]
1 parent d3a1606 commit 38e46de

20 files changed

+164
-273
lines changed

current/html/admin.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

current/html/bookindex.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

current/html/contrib.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

current/html/custom-scan-path.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
by the planner as the best path for the <literal>joinrel</literal>.
126126
</span>
127127
<code class="literal">extra-&gt;restrictlist</code>として渡される結合に適用される結合句のセットは、内部と外部のリレーションの組み合わせによって異なることにも注意してください。
128-
<code class="literal">joinrel</code>に対して生成される<code class="structname">CustomPath</code>パスには、使用する結合句の集合が含まれていなければなりません。このパスをプランナが<code class="literal">joinrel</code>に対する最適パスとして選択した場合、これらは<code class="structname">CustomPath</code>パスをプランに変換するためにプランナによって使用されます。
128+
<code class="literal">joinrel</code>に対して生成される<code class="structname">CustomPath</code>パスには、使用する結合句の集合が含まれていなければならず、このパスをプランナが<code class="literal">joinrel</code>に対する最適パスとして選択した場合、これらは<code class="structname">CustomPath</code>パスをプランに変換するためにプランナによって使用されます。
129129
</p><div class="sect2" id="CUSTOM-SCAN-PATH-CALLBACKS"><div class="titlepage"><div><div><h3 class="title">59.1.1. カスタムスキャンパスのコールバック <a href="#CUSTOM-SCAN-PATH-CALLBACKS" class="id_link">#</a></h3></div></div></div><span class="original">
130130
&lt;title&gt;Custom Scan Path Callbacks&lt;/title&gt;
131131
</span><p>

current/html/dblink.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@
2222
&lt;filename&gt;dblink&lt;/filename&gt; can report the following wait events under the wait
2323
event type &lt;literal&gt;Extension&lt;/literal&gt;.
2424
</span>
25-
《機械翻訳》<code class="filename">dblink</code>は、次の待機イベントを待機レポートタイプ<code class="literal">extension</code>にイベントできます
25+
<code class="filename">dblink</code>は、待機イベントの種類<code class="literal">Extension</code>で以下の待機イベントを報告できます
2626
</p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">DblinkConnect</code></span></dt><dd><p>
2727
<span class="original">
2828
Waiting to establish a connection to a remote server.
2929
</span>
30-
《機械翻訳》リモートサーバへのコネクションの確立を待っています
30+
リモートサーバへの接続が確立するのを待機しています
3131
</p></dd><dt><span class="term"><code class="literal">DblinkGetConnect</code></span></dt><dd><p>
3232
<span class="original">
3333
Waiting to establish a connection to a remote server when it could not
3434
be found in the list of already-opened connections.
3535
</span>
36-
《機械翻訳》すでに開かれるに接続されているコネクションで見つからなかった場合に、リモートサーバへのリストを確立するのを待機しています
36+
すでに開かれた接続のリストに見つからなかった場合、リモートサーバへの接続が確立するのを待機しています
3737
</p></dd><dt><span class="term"><code class="literal">DblinkGetResult</code></span></dt><dd><p>
3838
<span class="original">
3939
Waiting to receive the results of a query from a remote server.
4040
</span>
41-
《機械翻訳》リモートサーバからクエリの結果を受け取るのを待っています
41+
リモートサーバから問い合わせの結果を受信するのを待機しています
4242
</p></dd></dl></div><p>
4343
<span class="original">
4444
See also &lt;xref linkend="postgres-fdw"/&gt;, which provides roughly the same

current/html/diskusage.html

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

current/html/dynamic-trace.html

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

current/html/infoschema-check-constraints.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
NULL)&lt;/literal&gt; expression. So not-null constraints are also included here
1717
and don't have a separate view.
1818
</span>
19-
《機械翻訳》SQL標準では、非null制約は<code class="literal">CHECK(<em class="replaceable"><code>column_name</code></em>IS NOT NULL)</code>式を持つ検査制約とみなされます。
20-
したがって、非null制約もここに含まれ、個別のビューはありません。
19+
標準SQLでは、非NULL制約は<code class="literal">CHECK(<em class="replaceable"><code>column_name</code></em>IS NOT NULL)</code>式を持つ検査制約とみなされます。
20+
したがって、非NULL制約もここに含まれ、個別のビューはありません。
2121
</p><div class="table" id="id-1.7.6.14.4"><p class="title"><strong>表35.7 <code class="structname">check_constraints</code>の列</strong></p><div class="table-contents"><span class="original">
2222
&lt;title&gt;&lt;structname&gt;check_constraints&lt;/structname&gt; Columns&lt;/title&gt;
2323
</span><table class="table" summary="check_constraintsの列" border="1"><colgroup><col /></colgroup><thead><tr><th class="catalog_table_entry"><p class="column_definition">

current/html/infoschema-constraint-column-usage.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,12 @@
1313
foreign key references. For a unique or primary key constraint,
1414
this view identifies the constrained columns.
1515
</span>
16-
《マッチ度[80.769231]》<code class="literal">constraint_column_usage</code>ビューは、現在のデータベースで制約を使用する全ての列を示します。
16+
<code class="literal">constraint_column_usage</code>ビューは、現在のデータベースで制約を使用する全ての列を示します。
1717
現在有効なロールが所有するテーブル内の列のみが表示されます。
1818
検査制約では、このビューは検査式で使用される列を示します。
19+
非NULL以制約の場合、このビューは、その制約が定義されている列を識別します。
1920
外部キー制約では、このビューは外部キーを参照する列を示します。
2021
一意性制約もしくは主キー制約では、このビューは制約される列を示します。
21-
《機械翻訳》ビュー<code class="literal">constraint_column_usage</code>は、制約によって使用される現在データベースのすべての列を識別します。
22-
現在の有効なロールが所有するテーブルに含まれる列のみが表示されます。
23-
検査制約の場合、このビューはチェック式で使用される列を識別します。
24-
null以外の制約の場合、このビューは、その制約が定義されているカラムを識別します。
25-
外部キー制約の場合、このビューは、外部キーが参照する列を識別します。
26-
ユニークまたは主キー制約の場合、このビューは拘束された柱を識別します。
2722
</p><div class="table" id="id-1.7.6.23.3"><p class="title"><strong>表35.16 <code class="structname">constraint_column_usage</code>の列</strong></p><div class="table-contents"><span class="original">
2823
&lt;title&gt;&lt;structname&gt;constraint_column_usage&lt;/structname&gt; Columns&lt;/title&gt;
2924
</span><table class="table" summary="constraint_column_usageの列" border="1"><colgroup><col /></colgroup><thead><tr><th class="catalog_table_entry"><p class="column_definition">

current/html/infoschema-table-constraints.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@
7777
&lt;literal&gt;FOREIGN KEY&lt;/literal&gt;, &lt;literal&gt;PRIMARY KEY&lt;/literal&gt;,
7878
or &lt;literal&gt;UNIQUE&lt;/literal&gt;
7979
</span>
80-
《マッチ度[74.137931]》制約の種類です。
81-
<code class="literal">CHECK</code><code class="literal">FOREIGN KEY</code><code class="literal">PRIMARY KEY</code><code class="literal">UNIQUE</code>のいずれかです。
82-
《機械翻訳》制約のタイプ:<code class="literal">CHECK</code>(null以外の制約を含む)、<code class="literal">FOREIGN KEY</code><code class="literal">PRIMARY KEY</code><code class="literal">UNIQUE</code>
80+
制約の種類です。
81+
<code class="literal">CHECK</code>(非NULL制約を含む)、<code class="literal">FOREIGN KEY</code><code class="literal">PRIMARY KEY</code><code class="literal">UNIQUE</code>のいずれかです。
8382
</p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition">
8483
<code class="structfield">is_deferrable</code> <code class="type">yes_or_no</code>
8584
</p>

0 commit comments

Comments
 (0)