[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-419-gb49e4d876
git at osgeo.org
git at osgeo.org
Wed Dec 21 08:09:18 PST 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via b49e4d876e1061375c33ccdd4110114f13142d6c (commit)
from 4ab073b59bd6ec066fee7d4e93674720fee129a3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b49e4d876e1061375c33ccdd4110114f13142d6c
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Dec 21 17:09:04 2022 +0100
Document postgis_geos_compiled_version()
diff --git a/doc/reference_version.xml b/doc/reference_version.xml
index faa845f26..f960dacd4 100644
--- a/doc/reference_version.xml
+++ b/doc/reference_version.xml
@@ -180,6 +180,53 @@ GDAL="GDAL 2.3.2, released 2018/09/21" LIBXML="2.9.9" LIBJSON="0.13.1" LIBPROTOB
</refsection>
</refentry>
+ <refentry id="PostGIS_GEOS_Compiled_Version">
+ <refnamediv>
+ <refname>PostGIS_GEOS_Compiled_Version</refname>
+
+ <refpurpose>Returns the version number of the GEOS
+ library against which PostGIS was built.</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>text <function>PostGIS_GEOS_Compiled_Version</function></funcdef>
+
+ <paramdef></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ </refsynopsisdiv>
+
+ <refsection>
+ <title>Description</title>
+
+ <para>Returns the version number of the GEOS library, or
+ against which PostGIS was built.</para>
+
+ <para>Availability: 3.4.0</para>
+ </refsection>
+
+ <refsection>
+ <title>Examples</title>
+
+ <programlisting>SELECT PostGIS_GEOS_Compiled_Version();
+ postgis_geos_compiled_version
+-------------------------------
+ 3.8.0
+(1 row)</programlisting>
+ </refsection>
+
+ <refsection>
+ <title>See Also</title>
+
+ <para>
+<xref linkend="PostGIS_GEOS_Version" />,
+<xref linkend="PostGIS_Full_Version" />
+ </para>
+ </refsection>
+ </refentry>
+
<refentry id="PostGIS_Liblwgeom_Version">
<refnamediv>
<refname>PostGIS_Liblwgeom_Version</refname>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_version.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list