]> granicus.if.org Git - postgis/commitdiff
small syntax errors in ST_YMAX, etc functions
authorPaul Ramsey <pramsey@cleverelephant.ca>
Sun, 30 Mar 2008 19:38:42 +0000 (19:38 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Sun, 30 Mar 2008 19:38:42 +0000 (19:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2753 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 0fb784fd855d883b7f1b71c3ddbc6656dd2b12b2..8ca031378fc703f2d7dc2834046b5bf6aee31222 100644 (file)
@@ -5200,7 +5200,7 @@ z' = z </programlisting> This method is a subcase of
           </varlistentry>
 
           <varlistentry>
-            <term>ST_xmin(box3d) ymin(box3d) zmin(box3d)</term>
+            <term>ST_XMin(box3d) ST_YMin(box3d) ST_ZMin(box3d)</term>
 
             <listitem>
               <para>Returns the requested minima of a bounding box.</para>
@@ -5208,7 +5208,7 @@ z' = z </programlisting> This method is a subcase of
           </varlistentry>
 
           <varlistentry>
-            <term>ST_xmax(box3d) ymax(box3d) zmax(box3d)</term>
+            <term>ST_XMax(box3d) ST_YMax(box3d) ST_ZMax(box3d)</term>
 
             <listitem>
               <para>Returns the requested maxima of a bounding box.</para>