Skip to content

Commit 15cffd6

Browse files
committed
by GitHub Actions [skip ci]
1 parent d4a68d6 commit 15cffd6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

current/html/xindex.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
Return the addresses of C-callable skip support function(s)
302302
(optional)
303303
</span>
304-
《機械翻訳》C言語から呼び出し可能なスキップサポート関数のアドレスを返します(省略可能)
304+
C言語から呼び出し可能なスキップサポート関数のアドレスを返します(省略可能)
305305
</td><td>6</td></tr></tbody></table></div></div><br class="table-break" /><p>
306306
<span class="original">
307307
Hash indexes require one support function, and allow two additional ones to
@@ -332,11 +332,11 @@
332332
as shown in &lt;xref linkend="xindex-gist-support-table"/&gt;.
333333
(For more information see &lt;xref linkend="gist"/&gt;.)
334334
</span>
335-
《マッチ度[90.555556]》<a class="xref" href="xindex.html#XINDEX-GIST-SUPPORT-TABLE" title="表36.11 GiSTサポート関数">表 36.11</a>に示すように、GiSTインデックスには11のサポート関数があり、また、そのうち6つは省略可能です
335+
<a class="xref" href="xindex.html#XINDEX-GIST-SUPPORT-TABLE" title="表36.11 GiSTサポート関数">表 36.11</a>に示すように、GiSTインデックスには12のサポート関数があり、また、そのうち7つは省略可能です
336336
(詳細については<a class="xref" href="gist.html" title="65.2. GiSTインデックス">65.2</a>を参照してください。)
337337
</p><div class="table" id="XINDEX-GIST-SUPPORT-TABLE"><p class="title"><strong>表36.11 GiSTサポート関数</strong></p><div class="table-contents"><span class="original">
338338
&lt;title&gt;GiST Support Functions&lt;/title&gt;
339-
</span><table class="table" summary="GiSTサポート関数" border="1"><colgroup><col class="col1" /><col class="col2" /><col class="col3" /></colgroup><thead><tr><th>関数</th><th>説明</th><th>サポート番号</th></tr></thead><tbody><tr><td><code class="function">consistent</code></td><td>キーが問い合わせ条件を満たすかどうかを決定します</td><td>1</td></tr><tr><td><code class="function">union</code></td><td>キー集合の和集合を計算します</td><td>2</td></tr><tr><td><code class="function">compress</code></td><td>キーまたはインデックス付けされる値の圧縮表現を計算します(省略可能)</td><td>3</td></tr><tr><td><code class="function">decompress</code></td><td>圧縮されたキーを伸張した表現を計算します(省略可能)</td><td>4</td></tr><tr><td><code class="function">penalty</code></td><td>指定された副ツリーキーを持つ副ツリーに新しいキーを挿入する時のペナルティを計算します</td><td>5</td></tr><tr><td><code class="function">picksplit</code></td><td>ページのどのエントリを新しいページに移動させるかを決定し、結果ページ用の統合キーを計算します</td><td>6</td></tr><tr><td><code class="function">same</code></td><td>2つのキーを比較し、等しければ真を返します</td><td>7</td></tr><tr><td><code class="function">distance</code></td><td>キーと問い合わせ値との間の距離を決定します(省略可能)</td><td>8</td></tr><tr><td><code class="function">fetch</code></td><td>インデックスオンリースキャンのために圧縮されたキーの元の表現を計算します(省略可能)</td><td>9</td></tr><tr><td><code class="function">options</code></td><td>この演算子クラスに固有のオプションを定義します(省略可能)</td><td>10</td></tr><tr><td><code class="function">sortsupport</code></td><td>高速インデックス構築で使用されるソート比較を提供する(省略可能)</td><td>11</td></tr><tr><td><code class="function">translate_cmptype</code></td><td>《機械翻訳》演算子クラスで使用される比較型をストラテジ番号に変換します(省略可能)</td><td>12</td></tr></tbody></table></div></div><br class="table-break" /><p>
339+
</span><table class="table" summary="GiSTサポート関数" border="1"><colgroup><col class="col1" /><col class="col2" /><col class="col3" /></colgroup><thead><tr><th>関数</th><th>説明</th><th>サポート番号</th></tr></thead><tbody><tr><td><code class="function">consistent</code></td><td>キーが問い合わせ条件を満たすかどうかを決定します</td><td>1</td></tr><tr><td><code class="function">union</code></td><td>キー集合の和集合を計算します</td><td>2</td></tr><tr><td><code class="function">compress</code></td><td>キーまたはインデックス付けされる値の圧縮表現を計算します(省略可能)</td><td>3</td></tr><tr><td><code class="function">decompress</code></td><td>圧縮されたキーを伸張した表現を計算します(省略可能)</td><td>4</td></tr><tr><td><code class="function">penalty</code></td><td>指定された副ツリーキーを持つ副ツリーに新しいキーを挿入する時のペナルティを計算します</td><td>5</td></tr><tr><td><code class="function">picksplit</code></td><td>ページのどのエントリを新しいページに移動させるかを決定し、結果ページ用の統合キーを計算します</td><td>6</td></tr><tr><td><code class="function">same</code></td><td>2つのキーを比較し、等しければ真を返します</td><td>7</td></tr><tr><td><code class="function">distance</code></td><td>キーと問い合わせ値との間の距離を決定します(省略可能)</td><td>8</td></tr><tr><td><code class="function">fetch</code></td><td>インデックスオンリースキャンのために圧縮されたキーの元の表現を計算します(省略可能)</td><td>9</td></tr><tr><td><code class="function">options</code></td><td>この演算子クラスに固有のオプションを定義します(省略可能)</td><td>10</td></tr><tr><td><code class="function">sortsupport</code></td><td>高速インデックス構築で使用されるソート比較を提供する(省略可能)</td><td>11</td></tr><tr><td><code class="function">translate_cmptype</code></td><td>比較型を演算子クラスで使用されるストラテジ番号に変換します(省略可能)</td><td>12</td></tr></tbody></table></div></div><br class="table-break" /><p>
340340
<span class="original">
341341
SP-GiST indexes have six support functions, one of which is optional, as
342342
shown in &lt;xref linkend="xindex-spgist-support-table"/&gt;.
@@ -789,6 +789,7 @@
789789

790790
ALTER OPERATOR FAMILY integer_ops USING btree ADD
791791
-- cross-type comparisons int8 vs int2
792+
-- 型を跨ぐ比較 int8対int2
792793
OPERATOR 1 &lt; (int8, int2) ,
793794
OPERATOR 2 &lt;= (int8, int2) ,
794795
OPERATOR 3 = (int8, int2) ,

current/postgres-A4.pdf

-70 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-11-11 04:26:52 JST
10+
last-updated: 2025-11-15 04:26:37 JST
1111

1212
### 最新 PostgreSQL
1313

0 commit comments

Comments
 (0)