[postgis-commits] svn - r2753 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Sun Mar 30 12:38:43 PDT 2008


Author: pramsey
Date: 2008-03-30 12:38:42 -0700 (Sun, 30 Mar 2008)
New Revision: 2753

Modified:
   trunk/doc/postgis.xml
Log:
small syntax errors in ST_YMAX, etc functions


Modified: trunk/doc/postgis.xml
===================================================================
--- trunk/doc/postgis.xml	2008-03-30 19:37:09 UTC (rev 2752)
+++ trunk/doc/postgis.xml	2008-03-30 19:38:42 UTC (rev 2753)
@@ -5200,7 +5200,7 @@
           </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 @@
           </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>



More information about the postgis-commits mailing list