]> granicus.if.org Git - postgis/commitdiff
document postgis_liblwgeom_version
authorRegina Obe <lr@pcorp.us>
Sun, 27 Aug 2017 06:02:19 +0000 (06:02 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 27 Aug 2017 06:02:19 +0000 (06:02 +0000)
Closes #3310

git-svn-id: http://svn.osgeo.org/postgis/trunk@15594 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_management.xml

index 55855b6b7fe521fab0028d3c0d54f48bd5018880..07eeffa4f94d9c36606b32381890f1cd67883a13 100644 (file)
@@ -442,6 +442,51 @@ GDAL="GDAL 1.11.0, released 2014/04/16" LIBXML="2.7.8" LIBJSON="0.12" RASTER
          </refsection>
        </refentry>
 
+       <refentry id="PostGIS_Liblwgeom_Version">
+         <refnamediv>
+               <refname>PostGIS_Liblwgeom_Version</refname>
+
+               <refpurpose>Returns the version number of the liblwgeom
+               library.  This should match the version of PostGIS.</refpurpose>
+         </refnamediv>
+
+         <refsynopsisdiv>
+               <funcsynopsis>
+                 <funcprototype>
+                       <funcdef>text <function>PostGIS_Liblwgeom_Version</function></funcdef>
+
+                       <paramdef></paramdef>
+                 </funcprototype>
+               </funcsynopsis>
+         </refsynopsisdiv>
+
+         <refsection>
+               <title>Description</title>
+
+               <para>Returns the version number of the liblwgeom library/</para>
+         </refsection>
+
+         <refsection>
+               <title>Examples</title>
+
+               <programlisting>SELECT PostGIS_Liblwgeom_Version();
+postgis_liblwgeom_version
+--------------------------
+2.3.3 r15473
+(1 row)</programlisting>
+         </refsection>
+
+         <refsection>
+               <title>See Also</title>
+
+               <para><xref linkend="PostGIS_Full_Version" />, <xref
+               linkend="PostGIS_Lib_Version" />, <xref
+               linkend="PostGIS_LibXML_Version" />, <xref
+               linkend="PostGIS_PROJ_Version" />, <xref
+               linkend="PostGIS_Version" /></para>
+         </refsection>
+       </refentry>
+
        <refentry id="PostGIS_LibXML_Version">
          <refnamediv>
                <refname>PostGIS_LibXML_Version</refname>