[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.0-21-g62810feb7
git at osgeo.org
git at osgeo.org
Thu Jan 20 13:21:33 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, stable-3.2 has been updated
via 62810feb7941cf32b4bc243dc51cfda5c0739c2b (commit)
from bc5378234fc8970292639306c6ab40132fcff3cd (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 62810feb7941cf32b4bc243dc51cfda5c0739c2b
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Jan 20 22:21:20 2022 +0100
Add availability info for ST_Srid(TopoGeometry)
diff --git a/topology/sql/topogeometry/srid.sql.in b/topology/sql/topogeometry/srid.sql.in
index c937510ed..9a861e932 100644
--- a/topology/sql/topogeometry/srid.sql.in
+++ b/topology/sql/topogeometry/srid.sql.in
@@ -3,7 +3,7 @@
-- PostGIS - Spatial Types for PostgreSQL
-- http://postgis.net
--
--- Copyright (C) 2021 Sandro Santilli <strk at kbt.io>
+-- Copyright (C) 2021-2022 Sandro Santilli <strk at kbt.io>
--
-- This is free software; you can redistribute and/or modify it under
-- the terms of the GNU General Public Licence. See the COPYING file.
@@ -11,7 +11,9 @@
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-- {
--- Override ST_Srid() for topogeometry objects
+-- Override ST_Srid() for topogeometry objects
+--
+-- Availability: 3.2.0
--
-- }{
CREATE OR REPLACE FUNCTION topology.ST_Srid(tg topology.TopoGeometry)
-----------------------------------------------------------------------
Summary of changes:
topology/sql/topogeometry/srid.sql.in | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list