[postgis-tickets] r17000 - Specified 1-indexing in ST_SetValues

Darafei komzpa at gmail.com
Sun Nov 11 02:26:13 PST 2018


Author: komzpa
Date: 2018-11-11 02:26:13 -0800 (Sun, 11 Nov 2018)
New Revision: 17000

Modified:
   trunk/doc/reference_raster.xml
Log:
Specified 1-indexing in ST_SetValues

Patch by Sunveer Singh

Closes https://github.com/postgis/postgis/pull/328
Closes #2835


Modified: trunk/doc/reference_raster.xml
===================================================================
--- trunk/doc/reference_raster.xml	2018-11-11 10:00:30 UTC (rev 16999)
+++ trunk/doc/reference_raster.xml	2018-11-11 10:26:13 UTC (rev 17000)
@@ -5314,7 +5314,7 @@
 			<refsection>
 				<title>Description</title>
 				<para>
-					Returns modified raster resulting from setting specified pixels to new value(s) for the designated band.
+					Returns modified raster resulting from setting specified pixels to new value(s) for the designated band. <varname>columnx</varname> and <varname>rowy</varname> are 1-indexed.
 				</para>
 
 				<para>



More information about the postgis-tickets mailing list