projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a92df3a
)
Fix documented sizes of geometric types.
author
Tom Lane
Mon, 21 Oct 2002 02:12:08 +0000
(
02:12
+0000)
committer
Tom Lane
Mon, 21 Oct 2002 02:12:08 +0000
(
02:12
+0000)
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index c162669131a68c3f78f70b4493ecf1f23e819a5f..e8a6233277bbb8d3b16b89d06d51fa3bd9a22831 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-1,5
+1,5
@@
@@
-2267,7
+2267,7
@@
SELECT * FROM test1 WHERE a;
line
32 bytes
((x1,y1),(x2,y2))
-
Infinite line (not implemented)
+
Infinite line (not
fully
implemented)
lseg
@@
-2283,19
+2283,19
@@
SELECT * FROM test1 WHERE a;
path
-
4+32
n bytes
+
16+16
n bytes
((x1,y1),...)
Closed path (similar to polygon)
path
-
4+32
n bytes
+
16+16
n bytes
[(x1,y1),...]
Open path
polygon
-
4
+32
n bytes
+
4
0+16
n bytes
((x1,y1),...)
Polygon (similar to closed path)