]> granicus.if.org Git - postgis/commitdiff
Fix return type of AddTopoGeometryColumn in documentation
authorSandro Santilli <strk@keybit.net>
Fri, 29 Jan 2016 08:09:20 +0000 (08:09 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 29 Jan 2016 08:09:20 +0000 (08:09 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14623 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_topology.xml

index b81ea353c801de02768a5c3f384c623efcadfa63..10259d2b0ce6d59f7841430b0cb7f647303ee8bf 100644 (file)
@@ -254,7 +254,7 @@ ERROR:  value for domain topology.topoelementarray violates check constraint "di
             <refsynopsisdiv>
                 <funcsynopsis>
                      <funcprototype>
-                        <funcdef>text <function>AddTopoGeometryColumn</function></funcdef>
+                        <funcdef>integer <function>AddTopoGeometryColumn</function></funcdef>
                         <paramdef><type>varchar </type>
                         <parameter>topology_name</parameter></paramdef>
                         
@@ -271,7 +271,7 @@ ERROR:  value for domain topology.topoelementarray violates check constraint "di
                         <parameter>feature_type</parameter></paramdef>
                     </funcprototype>
                     <funcprototype>
-                        <funcdef>text <function>AddTopoGeometryColumn</function></funcdef>
+                        <funcdef>integer <function>AddTopoGeometryColumn</function></funcdef>
                         
                         <paramdef><type>varchar </type>
                         <parameter>topology_name</parameter></paramdef>