[SCM] PostGIS branch master updated. 3.5.0-344-g2917c93eb

git at osgeo.org git at osgeo.org
Fri May 23 11:19:51 PDT 2025


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  2917c93eb85a3debc00616356732223db743f56b (commit)
      from  81e2bc783b77cc740291445e992658e1db7179e0 (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 2917c93eb85a3debc00616356732223db743f56b
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Fri May 23 11:19:43 2025 -0700

    Fix doc typo in Raster summary stats description

diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index a1bd9c1fa..388fdafc3 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -8378,7 +8378,7 @@ ORDER BY value, quantile,rid
         <refentry xml:id="RT_ST_SummaryStats">
             <refnamediv>
                 <refname>ST_SummaryStats</refname>
-                <refpurpose>Returns summarystats consisting of count, sum, mean, stddev, min, max for a given raster band of a raster or raster coverage. Band 1 is assumed is no band is specified.</refpurpose>
+                <refpurpose>Returns summarystats consisting of count, sum, mean, stddev, min, max for a given raster band of a raster or raster coverage. Band 1 is assumed if no band is specified.</refpurpose>
             </refnamediv>
 
             <refsynopsisdiv>
@@ -8507,7 +8507,7 @@ FROM (SELECT band, ST_SummaryStats('o_4_boston','rast', band,true,0.25) As stats
         <refentry xml:id="RT_ST_SummaryStatsAgg">
             <refnamediv>
                 <refname>ST_SummaryStatsAgg</refname>
-                <refpurpose>Aggregate. Returns summarystats consisting of count, sum, mean, stddev, min, max for a given raster band of a set of raster. Band 1 is assumed is no band is specified.</refpurpose>
+                <refpurpose>Aggregate. Returns summarystats consisting of count, sum, mean, stddev, min, max for a given raster band of a set of raster. Band 1 is assumed if no band is specified.</refpurpose>
             </refnamediv>
 
             <refsynopsisdiv>

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

Summary of changes:
 doc/reference_raster.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list