From 5604de9cf1e0b648b604a2df203b59175ed0cf76 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Wed, 25 Jul 2012 15:26:31 +0000 Subject: [PATCH] Added info about a few undocumented raster2pgsql flags git-svn-id: http://svn.osgeo.org/postgis/trunk@10125 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/using_raster_dataman.xml | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/doc/using_raster_dataman.xml b/doc/using_raster_dataman.xml index 604499dd9..6e2b65943 100644 --- a/doc/using_raster_dataman.xml +++ b/doc/using_raster_dataman.xml @@ -45,7 +45,7 @@ - (c|a|d) These are mutually exclusive options: + (c|a|d|p) These are mutually exclusive options: @@ -75,6 +75,15 @@ + + + -p + + + Prepare mode, only create the table. + + + @@ -157,12 +166,22 @@ -l OVERVIEW_FACTOR - -l overview factor Create overview of the raster. For more than + Create overview of the raster. For more than one factor, separate with comma(,). Overview table name follows the pattern o_overview factor_table. 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. + + + -N NODATA + + + NODATA value to use on bands without a NODATA value. + + + + @@ -224,6 +243,17 @@ + + -X tablespace + + + 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. + + + + -Y -- 2.40.0