]> granicus.if.org Git - postgis/commitdiff
#3043: Some raster2pgsql options are not documented
authorRegina Obe <lr@pcorp.us>
Sat, 26 Sep 2015 16:42:54 +0000 (16:42 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 26 Sep 2015 16:42:54 +0000 (16:42 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14117 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_raster_dataman.xml

index 8d08af97c72e95a102c3f6994a6fd7161eb16df7..7665eb357ef77b84b83c954553cdb55ec03a9860 100644 (file)
                 <varlistentry>
                     <term>-t TILE_SIZE</term>
                     <listitem>
-                       <para>
-                                                       Cut raster into tiles to be inserted one per table row.  <varname>TILE_SIZE</varname> is expressed as WIDTHxHEIGHT or set to the value "auto" to allow the loader to compute an appropriate tile size using the first raster and applied to all rasters.
-                       </para>
+                        <para>
+                            Cut raster into tiles to be inserted one per table row.  <varname>TILE_SIZE</varname> is expressed as WIDTHxHEIGHT or set to the value "auto" to allow the loader to compute an appropriate tile size using the first raster and applied to all rasters.
+                        </para>
                     </listitem>
                 </varlistentry>
                 
+                <varlistentry>
+                    <term>-P</term>
+                    <listitem>
+                        <para>
+                            Pad right-most and bottom-most tiles to guarantee that all tiles
+                            have the same width and height.
+                        </para>
+                    </listitem>
+                </varlistentry>
+                
+                  
+                
                 <varlistentry>
                     <term>-R, --register</term>
                     <listitem>
                     <para>Add a column with the name of the file</para>
                   </listitem>
                 </varlistentry>
+                
+                <varlistentry>
+                  <term>-n COLUMN</term>
+                  <listitem>
+                    <para>Specify the name of the filename column. Implies -F.</para>
+                  </listitem>
+                </varlistentry>
+                
+               <varlistentry>
+                  <term>-q</term>
+                  <listitem>
+                    <para>Wrap PostgreSQL identifiers in quotes.</para>
+                  </listitem>
+                </varlistentry>
                
                 <varlistentry>
                   <term>-I</term>
                   </listitem>
                 </varlistentry>
                 
+                
+                <varlistentry>
+                  <term>-k</term>
+                  <listitem>
+                    <para>
+                        Skip NODATA value checks for each raster band.
+                    </para>
+                  </listitem>
+                </varlistentry>
+                  
+                
                 <varlistentry>
                   <term>-T <varname>tablespace</varname></term>
                   <listitem>
      -I flag is used.
                     </para>
                   </listitem>
-                                                               </varlistentry>
+                 </varlistentry>
                 
                <varlistentry>
                   <term>-Y</term>