Skip to content

Commit

Permalink
fix typo - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
koizumistr committed Aug 12, 2024
1 parent ea01d35 commit afeac77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/src/sgml/btree.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ options(<replaceable>relopts</replaceable> <type>local_relopts *</type>) returns
evolution of B-tree in <productname>PostgreSQL</productname>.
-->
今のところ、<function>options</function>サポート関数を持ったB-Treeの演算子クラスはありません。
B-treeはGiST、SP-GiST、GINおよびBRINで行われてるような柔軟なキーの表現を許していません
B-treeはGiST、SP-GiST、GINおよびBRINで行われているような柔軟なキーの表現を許していません
そのため、おそらくは<function>options</function>が現在のB-treeインデックスアクセスメソッドで多数適用されることはありません。
それでも、統一性のためにサポート関数がB-treeに追加されました。おそらく<productname>PostgreSQL</productname>でのB-treeの更なる進化の過程で使用法を見つけ出すでしょう。
</para>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/catalogs.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -12246,7 +12246,7 @@ NULLは<literal>NONE</literal>を表します
<!--
True if constraint trigger is initially deferred
-->
制約トリガの初期状態が遅延可能と宣言されてる場合はtrue
制約トリガの初期状態が遅延可能と宣言されている場合はtrue
</para></entry>
</row>

Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/catalogs2.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -4232,7 +4232,7 @@ NULLは<literal>NONE</literal>を表します
<!--
True if constraint trigger is initially deferred
-->
制約トリガの初期状態が遅延可能と宣言されてる場合はtrue
制約トリガの初期状態が遅延可能と宣言されている場合はtrue
</para></entry>
</row>

Expand Down

0 comments on commit afeac77

Please sign in to comment.