]> granicus.if.org Git - postgis/commitdiff
#1487: add out_db argument to AddRasterConstraints and DropRasterConstraints document...
authorRegina Obe <lr@pcorp.us>
Fri, 20 Jan 2012 10:06:04 +0000 (10:06 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 20 Jan 2012 10:06:04 +0000 (10:06 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8891 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index f5e3ec766526c4485c43eb3960ca155a7a5ed487..94cb9d0f8f560afafb21ae8a201854b1308073ec 100644 (file)
@@ -278,16 +278,24 @@ VALUES (1,
                        <paramdef><type>boolean </type>
                        <parameter>regular_blocking</parameter></paramdef>
                        
-                               <paramdef><type>boolean </type>
-                       <parameter choice='opt'>num_bands=true</parameter></paramdef>
                        <paramdef><type>boolean </type>
-                       <parameter choice='opt'>pixel_types=true</parameter></paramdef>
-                       
+                               <parameter choice='opt'>num_bands=true</parameter>
+                       </paramdef>
                        <paramdef><type>boolean </type>
-                       <parameter choice='opt'>nodata_values=true</parameter></paramdef>
+                               <parameter choice='opt'>pixel_types=true</parameter>
+                       </paramdef>
                        <paramdef><type>boolean </type>
-                       <parameter choice='opt'>extent=true</parameter></paramdef>
+                               <parameter choice='opt'>nodata_values=true</parameter>
+                       </paramdef>
+                       <paramdef><type>boolean </type>
+                               <parameter choice='opt'>out_db=true</parameter>
+                       </paramdef>
+                       <paramdef><type>boolean </type>
+                               <parameter choice='opt'>extent=true</parameter>
+                       </paramdef>
                  </funcprototype>
+                 
+                 rastschema name, rasttable name, rastcolumn name, srid boolean DEFAULT true, scale_x boolean DEFAULT true, scale_y boolean DEFAULT true, blocksize_x boolean DEFAULT true, blocksize_y boolean DEFAULT true, same_alignment boolean DEFAULT true, regular_blocking boolean DEFAULT false, num_bands boolean DEFAULT true, pixel_types boolean DEFAULT true, nodata_values boolean DEFAULT true, out_db boolean DEFAULT true, extent boolean DEFAULT true
 
                  <funcprototype>
                        <funcdef>boolean <function>AddRasterConstraints</function></funcdef>
@@ -356,9 +364,14 @@ VALUES (1,
                        <parameter choice='opt'>pixel_types=true</parameter></paramdef>
                        
                        <paramdef><type>boolean </type>
-                       <parameter choice='opt'>nodata_values=true</parameter></paramdef>
+                               <parameter choice='opt'>nodata_values=true</parameter>
+                       </paramdef>
                        <paramdef><type>boolean </type>
-                       <parameter choice='opt'>extent=true</parameter></paramdef>
+                               <parameter choice='opt'>out_db=true</parameter>
+                       </paramdef>
+                       <paramdef><type>boolean </type>
+                               <parameter choice='opt'>extent=true</parameter>
+                       </paramdef>
                  </funcprototype>
                </funcsynopsis>
          </refsynopsisdiv>
@@ -488,6 +501,10 @@ NOTICE:  Adding blocksize-Y constraint</programlisting>
                        
                        <paramdef><type>boolean </type>
                        <parameter choice='opt'>nodata_values=true</parameter></paramdef>
+                       
+                       <paramdef><type>boolean </type>
+                               <parameter choice='opt'>out_db=true</parameter>
+                       </paramdef>
                        <paramdef><type>boolean </type>
                        <parameter choice='opt'>extent=true</parameter></paramdef>
                  </funcprototype>
@@ -531,6 +548,11 @@ NOTICE:  Adding blocksize-Y constraint</programlisting>
                        
                        <paramdef><type>boolean </type>
                        <parameter choice='opt'>nodata_values=true</parameter></paramdef>
+                       
+                       <paramdef><type>boolean </type>
+                               <parameter choice='opt'>out_db=true</parameter>
+                       </paramdef>
+                       
                        <paramdef><type>boolean </type>
                        <parameter choice='opt'>extent=true</parameter></paramdef>
                  </funcprototype>