From f92c9971d5007140589be0e0d8321b01fe2e265e Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 26 Sep 2015 16:42:54 +0000 Subject: [PATCH] #3043: Some raster2pgsql options are not documented git-svn-id: http://svn.osgeo.org/postgis/trunk@14117 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/using_raster_dataman.xml | 45 ++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/doc/using_raster_dataman.xml b/doc/using_raster_dataman.xml index 8d08af97c..7665eb357 100644 --- a/doc/using_raster_dataman.xml +++ b/doc/using_raster_dataman.xml @@ -148,12 +148,24 @@ -t TILE_SIZE - - Cut raster into tiles to be inserted one per table row. TILE_SIZE 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. - + + Cut raster into tiles to be inserted one per table row. TILE_SIZE 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. + + + -P + + + Pad right-most and bottom-most tiles to guarantee that all tiles + have the same width and height. + + + + + + -R, --register @@ -211,6 +223,20 @@ Add a column with the name of the file + + + -n COLUMN + + Specify the name of the filename column. Implies -F. + + + + + -q + + Wrap PostgreSQL identifiers in quotes. + + -I @@ -230,6 +256,17 @@ + + + -k + + + Skip NODATA value checks for each raster band. + + + + + -T tablespace @@ -250,7 +287,7 @@ -I flag is used. - + -Y -- 2.50.1