]> granicus.if.org Git - postgis/commitdiff
link to ST_MakePointM from ST_MakePoint
authorRegina Obe <lr@pcorp.us>
Wed, 19 May 2010 15:22:15 +0000 (15:22 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 19 May 2010 15:22:15 +0000 (15:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5629 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_constructor.xml

index 5793a819089cf1f68651a1249eac0103717e4835..a4e4109dc92387daeb20fb3d849f944df7c7320f 100644 (file)
@@ -1391,6 +1391,7 @@ FROM
                        you have raw coordinates rather than WKT.</para>
 
                        <note><para>Note x is longitude and y is latitude</para></note>
+                       <note><para>Use <xref linkend="ST_MakePointM" /> if you need to make a point with x,y,m.</para></note>
                        <para>&Z_support;</para>
 
                </refsection>
@@ -1414,7 +1415,7 @@ result
                </refsection>
                <refsection>
                        <title>See Also</title>
-                       <para><xref linkend="ST_GeomFromText" />, <xref linkend="ST_PointFromText" />, <xref linkend="ST_SetSRID" /></para>
+                       <para><xref linkend="ST_GeomFromText" />, <xref linkend="ST_PointFromText" />, <xref linkend="ST_SetSRID" />, <xref linkend="ST_MakePointM" /></para>
                </refsection>
        </refentry>