From: Regina Obe Date: Thu, 22 Dec 2011 19:09:44 +0000 (+0000) Subject: fill in missing protos for droprasterconstraints / addrasterconstraints X-Git-Tag: 2.0.0alpha1~361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=231f4f4ad67e4e6fa527f88555009ebead90f7f1;p=postgis fill in missing protos for droprasterconstraints / addrasterconstraints git-svn-id: http://svn.osgeo.org/postgis/trunk@8514 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 7270458b2..83cdd1c98 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -292,11 +292,27 @@ VALUES (1, boolean AddRasterConstraints name - rastschema + rasttable + name + rastcolumn + + text[] + VARIADIC constraints + + + + boolean AddRasterConstraints + + name + rastschema + name rasttable + name + rastcolumn + text[] VARIADIC constraints @@ -446,8 +462,65 @@ SELECT srid, scale_x, scale_y, blocksize_x, blocksize_y, num_bands, pixel_types, boolean extent=true + + + boolean DropRasterConstraintsname + rastschema - + name + rasttable + + name + rastcolumn + + boolean + srid=true + + boolean + scale_x=true + + boolean + scale_y=true + + boolean + blocksize_x=true + + boolean + blocksize_y=true + + boolean + same_alignment=true + + boolean + regular_blocking=true + + boolean + num_bands=true + boolean + pixel_types=true + + boolean + nodata_values=true + boolean + extent=true + + + + boolean DropRasterConstraints + name + rastschema + + name + rasttable + + name + rastcolumn + text[] + constraints + + +