提交 95ac7161 authored 作者: Thomas Mueller's avatar Thomas Mueller

Issue 551: the datatype documentation was incorrect (found by Bernd Eckenfels).

上级 1993a074
......@@ -1753,7 +1753,7 @@ multiple lines long.
"Other Grammar","Compare","
<> | <= | >= | = | < | > | != | &&
","
Comparison operator. The operator != is the same as <>.
Comparison operator. The operator != is the same as <>.
The operator ""&&"" means overlapping; it can only be used with geometry types.
","
<>
......
......@@ -757,11 +757,11 @@ Auto-Increment value."
","
Data type with fixed precision and scale."
"Data Types","DOUBLE Type","
{ DOUBLE [ PRECISION ] | FLOAT | FLOAT4 | FLOAT8 }
{ DOUBLE [ PRECISION ] | FLOAT | FLOAT8 }
","
A floating point number."
"Data Types","REAL Type","
REAL
{ REAL | FLOAT4 }
","
A single precision floating point number."
"Data Types","TIME Type","
......@@ -816,7 +816,7 @@ An array of values."
"Data Types","GEOMETRY Type","
GEOMETRY
","
A spatial geometry type, based on the com."
A spatial geometry type, based on the ""com."
"Functions (Aggregate)","AVG","
AVG ( [ DISTINCT ] { numeric } )
","
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论