]> granicus.if.org Git - postgis/commitdiff
Added spatial_index column description
authorBborie Park <bkpark at ucdavis.edu>
Thu, 20 Jun 2013 15:57:55 +0000 (15:57 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Thu, 20 Jun 2013 15:57:55 +0000 (15:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11555 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_raster_dataman.xml

index d3a1dd38b5d29c50a58be66fbbe19dbbc40bf5a1..5f3ae23b37bae33abc7fe6cdf9d985ded50d8146 100644 (file)
@@ -485,6 +485,9 @@ Available GDAL raster formats:
                                <listitem>
                                        <para><varname>extent</varname> This is the extent of all the raster rows in your raster set. If you plan to load more data that will change the extent of the set, you'll want to run the <xref linkend="RT_DropRasterConstraints" /> function before load and then reapply constraints with <xref linkend="RT_AddRasterConstraints"  /> after load. </para>
                                </listitem>
+                               <listitem>
+                                       <para><varname>spatial_index</varname> A boolean that is true if raster column has a spatial index.</para>
+                               </listitem>
                         </itemizedlist>
         </sect2>
         <sect2 id="RT_Raster_Overviews">