]> granicus.if.org Git - postgis/commitdiff
Realized from my sql comment generation xsl that there is really no ST_WKTToSQL that...
authorRegina Obe <lr@pcorp.us>
Mon, 22 Sep 2008 12:18:07 +0000 (12:18 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 22 Sep 2008 12:18:07 +0000 (12:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2987 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index 1d74d927378c3977785e14431d764afac8aa2843..ef59069cd7938c260d6e981e87afc589cc93c173 100644 (file)
@@ -713,6 +713,7 @@ Check constraints:
                          <funcprototype>
                                <funcdef>geometry <function>ST_BdPolyFromText</function></funcdef>
                                <paramdef><type>text </type> <parameter>WKT</parameter></paramdef>
+                               <paramdef><type>integer </type> <parameter>srid</parameter></paramdef>
                          </funcprototype>
                        </funcsynopsis>
                  </refsynopsisdiv>
@@ -767,6 +768,7 @@ Check constraints:
                                  <funcprototype>
                                        <funcdef>geometry <function>ST_BdMPolyFromText</function></funcdef>
                                        <paramdef><type>text </type> <parameter>WKT</parameter></paramdef>
+                                       <paramdef><type>integer </type> <parameter>srid</parameter></paramdef>
                                  </funcprototype>
                                </funcsynopsis>
                        </refsynopsisdiv>
@@ -1647,11 +1649,6 @@ POINT(1 2)
                                <funcdef>geometry <function>ST_WKTToSQL</function></funcdef>
                                <paramdef><type>text </type> <parameter>WKT</parameter></paramdef>
                          </funcprototype>
-                         <funcprototype>
-                               <funcdef>geometry <function>ST_WKTToSQL</function></funcdef>
-                               <paramdef><type>text </type> <parameter>WKT</parameter></paramdef>
-                               <paramdef><type>integer </type> <parameter>srid</parameter></paramdef>
-                         </funcprototype>
                        </funcsynopsis>
                  </refsynopsisdiv>
                  <refsection>