diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index 700e6ba737a..2c7b9cd668d 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -1447,10 +1447,8 @@ IEEE 754では、NaNは(NaNを含む)
autoincrementing column. Another way is to use the SQL-standard
identity column feature, described at .
-->
-《マッチ度[83.743842]》このセクションではPostgreSQL固有の自動増分列の作成方法について記述します。
-SQL標準の識別列を作成する方法は、に記述されています。
-《機械翻訳》このセクションでは、自動増分カラムを作成するPostgreSQL固有の方法について説明します。
-もう1つの方法は、で説明されているSQL標準のアイデンティティカラム機能を使用することです。
+このセクションではPostgreSQL固有の自動増分列の作成方法について記述します。
+標準SQLの識別列機能を使用する方法は、に記述されています。
@@ -5105,14 +5103,22 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
lseg
+
+ 32バイト
+ 有限の線分
[(x1,y1),(x2,y2)]
box
+
+ 32バイト
+ 矩形
(x1,y1),(x2,y2)
@@ -5458,7 +5464,7 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
semantic difference is that a polygon is considered to include the
area within it, while a path is not.
-->
-《マッチ度[90.638298]》多角形は座標点(多角形の頂点)のリストで表現されます。
+多角形は座標点(多角形の頂点)のリストで表現されます。
多角形は閉経路ととても良く似ています。多角形は領域をその内側に含むと考えますが、閉経路ではそのように考えない点が本質的な意味の違いです。