[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-144-g04ecdcb
git at osgeo.org
git at osgeo.org
Thu Nov 5 08:23:03 PST 2020
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 04ecdcb2568e27e9a46e1849e002ba24299cb80a (commit)
from 1fa24050e4663e5c974c8a5a8fbc3ecd9b9f2781 (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 04ecdcb2568e27e9a46e1849e002ba24299cb80a
Author: Adrien Berchet <adrien.berchet at gmail.com>
Date: Thu Nov 5 10:09:57 2020 +0100
Fix return type in doc of the ST_SetRotation function
diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index 5c268ef..255ed6b 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -6193,7 +6193,7 @@ FROM foo
<refsynopsisdiv>
<funcsynopsis>
<funcprototype>
- <funcdef>float8 <function>ST_SetRotation</function></funcdef>
+ <funcdef>raster <function>ST_SetRotation</function></funcdef>
<paramdef><type>raster</type> <parameter>rast</parameter></paramdef>
<paramdef><type>float8</type> <parameter>rotation</parameter></paramdef>
</funcprototype>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_raster.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list