Skip to content

Commit

Permalink
17.0対応(doc_ja_16の更新適用ミスの修正)
Browse files Browse the repository at this point in the history
doc_ja_16の更新を適用する際に誤って更新されていた箇所の修正です。
  • Loading branch information
noborus committed Sep 28, 2024
1 parent 17d5ea4 commit c17fe7b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions doc/src/sgml/gist.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ CREATE INDEX ON my_table USING GIST (my_inet_column inet_ops);
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。

<programlisting>
CREATE OR REPLACE FUNCTION my_consistent(internal, data_type, smallint, oid, internal)
Expand Down Expand Up @@ -519,7 +519,7 @@ my_consistent(PG_FUNCTION_ARGS)
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。

<programlisting>
CREATE OR REPLACE FUNCTION my_union(internal, internal)
Expand Down Expand Up @@ -630,7 +630,7 @@ my_union(PG_FUNCTION_ARGS)
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。

<programlisting>
CREATE OR REPLACE FUNCTION my_compress(internal)
Expand Down Expand Up @@ -723,7 +723,7 @@ my_compress(PG_FUNCTION_ARGS)
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。

<programlisting>
CREATE OR REPLACE FUNCTION my_decompress(internal)
Expand Down Expand Up @@ -779,7 +779,7 @@ my_decompress(PG_FUNCTION_ARGS)
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。

<programlisting>
CREATE OR REPLACE FUNCTION my_penalty(internal, internal, internal)
Expand Down Expand Up @@ -855,7 +855,7 @@ my_penalty(PG_FUNCTION_ARGS)
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。

<programlisting>
CREATE OR REPLACE FUNCTION my_picksplit(internal, internal)
Expand Down Expand Up @@ -997,7 +997,7 @@ my_picksplit(PG_FUNCTION_ARGS)
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。

<programlisting>
CREATE OR REPLACE FUNCTION my_same(storage_type, storage_type, internal)
Expand Down Expand Up @@ -1068,7 +1068,7 @@ my_same(PG_FUNCTION_ARGS)
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。

<programlisting>
CREATE OR REPLACE FUNCTION my_distance(internal, data_type, smallint, oid, internal)
Expand Down Expand Up @@ -1175,7 +1175,7 @@ my_distance(PG_FUNCTION_ARGS)
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。

<programlisting>
CREATE OR REPLACE FUNCTION my_fetch(internal)
Expand Down Expand Up @@ -1207,7 +1207,7 @@ opclassの圧縮関数がリーフのエントリに対して何もしないな
<!--
The matching code in the C module could then follow this skeleton:
-->
そして、Cモジュール内の対応するコードは以下のような骨格に従うことになります
Cモジュールにおける対応するコードは次の骨格に従うことになります

<programlisting>
PG_FUNCTION_INFO_V1(my_fetch);
Expand Down Expand Up @@ -1485,7 +1485,7 @@ my_compress(PG_FUNCTION_ARGS)
The <acronym>SQL</acronym> declaration of the function must look like
this:
-->
このこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。

<programlisting>
CREATE OR REPLACE FUNCTION my_sortsupport(internal)
Expand Down Expand Up @@ -1515,7 +1515,7 @@ Datumはインデックス付けされる値2つで、インデックスに格
<!--
The matching code in the C module could then follow this skeleton:
-->
そして、Cモジュール内の対応するコードは以下のような骨格に従うことになります
Cモジュールにおける対応するコードは次の骨格に従うことになります

<programlisting>
PG_FUNCTION_INFO_V1(my_sortsupport);
Expand Down
12 changes: 6 additions & 6 deletions doc/src/sgml/spgist.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこのこのこのこのこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。
<programlisting>
CREATE FUNCTION my_config(internal, internal) RETURNS void ...
</programlisting>
Expand Down Expand Up @@ -525,7 +525,7 @@ typedef struct spgConfigOut
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこのこのこのこのこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。
<programlisting>
CREATE FUNCTION my_choose(internal, internal) RETURNS void ...
</programlisting>
Expand Down Expand Up @@ -795,7 +795,7 @@ typedef struct spgChooseOut
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこのこのこのこのこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。
<programlisting>
CREATE FUNCTION my_picksplit(internal, internal) RETURNS void ...
</programlisting>
Expand Down Expand Up @@ -941,7 +941,7 @@ typedef struct spgPickSplitOut
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこのこのこのこのこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。
<programlisting>
CREATE FUNCTION my_inner_consistent(internal, internal) RETURNS void ...
</programlisting>
Expand Down Expand Up @@ -1144,7 +1144,7 @@ typedef struct spgInnerConsistentOut
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこのこのこのこのこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。
<programlisting>
CREATE FUNCTION my_leaf_consistent(internal, internal) RETURNS bool ...
</programlisting>
Expand Down Expand Up @@ -1329,7 +1329,7 @@ typedef struct spgLeafConsistentOut
<!--
The <acronym>SQL</acronym> declaration of the function must look like this:
-->
このこのこのこのこのこの関数の<acronym>SQL</acronym>宣言は以下のようになります。
この関数の<acronym>SQL</acronym>宣言は以下のようになります。

<programlisting>
CREATE OR REPLACE FUNCTION my_options(internal)
Expand Down

0 comments on commit c17fe7b

Please sign in to comment.