From: Paul Ramsey Date: Sun, 30 Mar 2008 19:38:42 +0000 (+0000) Subject: small syntax errors in ST_YMAX, etc functions X-Git-Tag: 1.3.3~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22b423588a0a032534ba03cc32c0655e97748ffa;p=postgis small syntax errors in ST_YMAX, etc functions git-svn-id: http://svn.osgeo.org/postgis/trunk@2753 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index 0fb784fd8..8ca031378 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -5200,7 +5200,7 @@ z' = z This method is a subcase of - ST_xmin(box3d) ymin(box3d) zmin(box3d) + ST_XMin(box3d) ST_YMin(box3d) ST_ZMin(box3d) Returns the requested minima of a bounding box. @@ -5208,7 +5208,7 @@ z' = z This method is a subcase of - ST_xmax(box3d) ymax(box3d) zmax(box3d) + ST_XMax(box3d) ST_YMax(box3d) ST_ZMax(box3d) Returns the requested maxima of a bounding box.