[postgis-tickets] r15594 - document postgis_liblwgeom_version
Regina Obe
lr at pcorp.us
Sat Aug 26 23:02:19 PDT 2017
Author: robe
Date: 2017-08-26 23:02:19 -0700 (Sat, 26 Aug 2017)
New Revision: 15594
Modified:
trunk/doc/reference_management.xml
Log:
document postgis_liblwgeom_version
Closes #3310
Modified: trunk/doc/reference_management.xml
===================================================================
--- trunk/doc/reference_management.xml 2017-08-25 21:54:15 UTC (rev 15593)
+++ trunk/doc/reference_management.xml 2017-08-27 06:02:19 UTC (rev 15594)
@@ -442,6 +442,51 @@
</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>
More information about the postgis-tickets
mailing list