From: Tom Lane Date: Wed, 26 Jan 2005 20:42:26 +0000 (+0000) Subject: Add docs for a couple of formerly-undocumented geometric conversion functions. X-Git-Tag: REL8_0_1~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cfa8cdfaf0506eb3e20699b29c2c4401e04dc02;p=thirdparty%2Fpostgresql.git Add docs for a couple of formerly-undocumented geometric conversion functions. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 2a1f6d86930..d427d5026a3 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -6096,7 +6096,7 @@ SELECT TIMESTAMP 'now'; circle(point, double precision) circle - point and radius to circle + center and radius to circle circle(point '(0,0)', 2.0) @@ -6117,12 +6117,31 @@ SELECT TIMESTAMP 'now'; polygon to path path(polygon '((0,0),(1,1),(2,0))') + + point(double + precision, double precision) + point + construct point + point(23.4, -44.5) + + + point(box) + point + center of box + point(box '((-1,0),(1,0))') + point(circle) point center of circle point(circle '((0,0),2.0)') + + point(lseg) + point + center of lseg + point(lseg '((-1,0),(1,0))') + point(lseg, lseg) point