From 0de853f8f3e1ff30f5306adee4b6d884f366b12a Mon Sep 17 00:00:00 2001 From: KenichiroTanaka Date: Thu, 12 Dec 2024 16:54:47 +0900 Subject: [PATCH 1/2] datatype.sgml for 17.0 --- doc/src/sgml/datatype.sgml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 700e6ba737a..d9952ebab62 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の識別列機能を使用する方法は、に記述されています。 From 1463b457ee50c61159bccf0fe96a15892f3da7f7 Mon Sep 17 00:00:00 2001 From: KenichiroTanaka Date: Mon, 16 Dec 2024 07:35:25 +0900 Subject: [PATCH 2/2] fix for Saito-san's comment --- doc/src/sgml/datatype.sgml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index d9952ebab62..2c7b9cd668d 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -5103,14 +5103,22 @@ SELECT person.name, holidays.num_weeks FROM person, holidays lseg + + 32バイト + 有限の線分 [(x1,y1),(x2,y2)] box + + 32バイト + 矩形 (x1,y1),(x2,y2) @@ -5456,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]》多角形は座標点(多角形の頂点)のリストで表現されます。 +多角形は座標点(多角形の頂点)のリストで表現されます。 多角形は閉経路ととても良く似ています。多角形は領域をその内側に含むと考えますが、閉経路ではそのように考えない点が本質的な意味の違いです。