[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-681-g754c8f9cf

git at osgeo.org git at osgeo.org
Tue Mar 29 08:54:35 PDT 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  754c8f9cf7db20721426e3429ba90296cd5c2d37 (commit)
      from  69f7d427f6306297529ae626a7c7dc207969b63e (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 754c8f9cf7db20721426e3429ba90296cd5c2d37
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Mar 29 17:54:14 2022 +0200

    Add ST_EstimatedExtent in See Also section of ST_Extent

diff --git a/doc/reference_bbox.xml b/doc/reference_bbox.xml
index 92bd0ce22..b15314663 100644
--- a/doc/reference_bbox.xml
+++ b/doc/reference_bbox.xml
@@ -405,7 +405,11 @@ SELECT ST_SetSRID(ST_Extent(geom),2249) as bextent FROM sometable;
 
 	  <refsection>
 		<title>See Also</title>
-		<para><xref linkend="ST_3DExtent" />, <xref linkend="ST_SetSRID" /></para>
+		<para>
+            <xref linkend="ST_EstimatedExtent" />,
+            <xref linkend="ST_3DExtent" />,
+            <xref linkend="ST_SetSRID" />
+		</para>
 	  </refsection>
 	</refentry>
 

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

Summary of changes:
 doc/reference_bbox.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list