From: Tom Lane Date: Mon, 21 Oct 2002 02:12:08 +0000 (+0000) Subject: Fix documented sizes of geometric types. X-Git-Tag: REL7_3~217 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=156408e97bc9f197618dff52ac02881ffd917436;p=thirdparty%2Fpostgresql.git Fix documented sizes of geometric types. --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index c162669131a..e8a6233277b 100644 --- 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+32n bytes + 16+16n bytes ((x1,y1),...) Closed path (similar to polygon) path - 4+32n bytes + 16+16n bytes [(x1,y1),...] Open path polygon - 4+32n bytes + 40+16n bytes ((x1,y1),...) Polygon (similar to closed path)