From d2aa7cd9b51b3fcd3f65f59a157b333774f93b43 Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Fri, 27 Oct 2017 07:39:02 +0000 Subject: [PATCH] Correct incomplete sentence in AddRasterConstraints docs Fix typo. git-svn-id: http://svn.osgeo.org/postgis/trunk@16069 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index ca715dc75..638911e7d 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -438,7 +438,7 @@ VALUES (1, AddRasterConstraints - Adds raster constraints to a loaded raster table for a specific column that constrains spatial ref, scaling, blocksize, alignment, bands, band type and a flag to denote if raster column is regularly blocked. The table must be loaded with data for the constraints to be inferred. Returns true of the constraint setting was accomplished and if issues a notice. + Adds raster constraints to a loaded raster table for a specific column that constrains spatial ref, scaling, blocksize, alignment, bands, band type and a flag to denote if raster column is regularly blocked. The table must be loaded with data for the constraints to be inferred. Returns true if the constraint setting was accomplished and issues a notice otherwise. -- 2.50.0