]> granicus.if.org Git - postgis/commitdiff
Added info about a few undocumented raster2pgsql flags
authorBborie Park <bkpark at ucdavis.edu>
Wed, 25 Jul 2012 15:26:31 +0000 (15:26 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Wed, 25 Jul 2012 15:26:31 +0000 (15:26 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10125 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_raster_dataman.xml

index 604499dd90bbe91eae388e78d2e69e579a97b78d..6e2b659430a04db3b840dbf981729c4818c58cbb 100644 (file)
@@ -45,7 +45,7 @@
         </varlistentry>
         
         <varlistentry>
-          <term>(c|a|d) These are mutually exclusive options:</term>
+          <term>(c|a|d|p) These are mutually exclusive options:</term>
           <listitem>
             <para>
               <variablelist>
                     </para>
                   </listitem>
                 </varlistentry>
+    
+                <varlistentry>
+                  <term>-p</term>
+                  <listitem>
+                    <para>
+                      Prepare mode, only create the table.
+                    </para>
+                  </listitem>
+                </varlistentry>
               </variablelist>
             </para>
           </listitem>
                 
                 <varlistentry>
                     <term>-l <varname>OVERVIEW_FACTOR</varname></term>
-                    <listitem><para> -l <varname>overview factor</varname> Create overview of the raster.  For more than
+                                                                               <listitem><para>Create overview of the raster.  For more than
      one factor, separate with comma(,).  Overview table name follows
      the pattern o_<varname>overview factor</varname>_<varname>table</varname>.  Created overview is
      stored in the database and is not affected by -R. Note that your generated sql file will contain both the main table and overview tables.</para>
                     </listitem>
                 </varlistentry>
+
+                                                               <varlistentry>
+                                                                       <term>-N <varname>NODATA</varname></term>
+                                                                       <listitem>
+                                                                               <para>
+                                                                                       NODATA value to use on bands without a NODATA value.
+                                                                               </para>
+                                                                       </listitem>
+                                                               </varlistentry>
+
               </variablelist>
             </para>
           </listitem>
                   </listitem>
                 </varlistentry>
                 
+                <varlistentry>
+                  <term>-X <varname>tablespace</varname></term>
+                  <listitem>
+                    <para>
+                      Specify the tablespace for the table's new index.
+     This applies to the primary key and the spatial index if the
+     -I flag is used.
+                    </para>
+                  </listitem>
+                                                               </varlistentry>
+                
                <varlistentry>
                   <term>-Y</term>
                   <listitem>