From: Bborie Park Date: Tue, 23 Oct 2012 13:46:56 +0000 (+0000) Subject: Make changes to reflect patch from #2061 X-Git-Tag: 2.1.0beta2~481 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57135fa0b4b8572aa95eb0325a2e911ad7e83432;p=postgis Make changes to reflect patch from #2061 git-svn-id: http://svn.osgeo.org/postgis/trunk@10526 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_raster_dataman.xml b/doc/using_raster_dataman.xml index 6e2b65943..80c8830ff 100644 --- a/doc/using_raster_dataman.xml +++ b/doc/using_raster_dataman.xml @@ -168,7 +168,7 @@ -l OVERVIEW_FACTOR 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 + the pattern o_overview factor_table, where overview factor is a placeholder for numerical overview factor and table is replaced with the base table name. 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.