[SCM] PostGIS branch master updated. 3.5.0alpha2-31-g50ad6f466

git at osgeo.org git at osgeo.org
Thu Aug 22 11:38:30 PDT 2024


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  50ad6f46600511c945f7eb262884d35afce51e11 (commit)
      from  5e09dcbd53fd43fbc31809cfb095204c60f68579 (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 50ad6f46600511c945f7eb262884d35afce51e11
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Aug 22 11:38:24 2024 -0700

    Add documentation for postgis_libjson_version(), references #5743

diff --git a/doc/reference_version.xml b/doc/reference_version.xml
index 1cbdc8917..df0c49d5b 100644
--- a/doc/reference_version.xml
+++ b/doc/reference_version.xml
@@ -306,6 +306,45 @@ postgis_liblwgeom_version
 	  </refsection>
 	</refentry>
 
+    <refentry xml:id="PostGIS_LibJSON_Version">
+      <refnamediv>
+        <refname>PostGIS_LibJSON_Version</refname>
+
+        <refpurpose>Returns the version number of the libjson-c library.</refpurpose>
+      </refnamediv>
+
+      <refsynopsisdiv>
+        <funcsynopsis>
+          <funcprototype>
+            <funcdef>text <function>PostGIS_LibJSON_Version</function></funcdef>
+
+            <paramdef></paramdef>
+          </funcprototype>
+        </funcsynopsis>
+      </refsynopsisdiv>
+
+      <refsection>
+        <title>Description</title>
+
+        <para>Returns the version number of the LibJSON-C library.</para>
+      </refsection>
+
+      <refsection>
+        <title>Examples</title>
+
+        <programlisting>SELECT PostGIS_LibJSON_Version();
+ postgis_libjson_version
+-------------------------
+ 0.17</programlisting>
+      </refsection>
+
+      <refsection>
+        <title>See Also</title>
+
+        <para><xref linkend="PostGIS_Full_Version"/>, <xref linkend="PostGIS_Lib_Version"/>, <xref linkend="PostGIS_PROJ_Version"/>, <xref linkend="PostGIS_GEOS_Version"/>, <xref linkend="PostGIS_Version"/></para>
+      </refsection>
+    </refentry>
+
 	<refentry xml:id="PostGIS_Lib_Build_Date">
 	  <refnamediv>
 		<refname>PostGIS_Lib_Build_Date</refname>

-----------------------------------------------------------------------

Summary of changes:
 doc/reference_version.xml | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list