From: Mateusz Loskot Date: Fri, 27 Oct 2017 07:39:02 +0000 (+0000) Subject: Correct incomplete sentence in AddRasterConstraints docs X-Git-Tag: 2.5.0alpha~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2aa7cd9b51b3fcd3f65f59a157b333774f93b43;p=postgis Correct incomplete sentence in AddRasterConstraints docs Fix typo. git-svn-id: http://svn.osgeo.org/postgis/trunk@16069 b70326c6-7e19-0410-871a-916f4a2858ee --- 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.