From 573bbef58200c68ca4b58420fd0c02b74de9d468 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 16 Dec 2011 04:24:37 +0000 Subject: [PATCH] fix more typos git-svn-id: http://svn.osgeo.org/postgis/trunk@8440 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/using_raster_dataman.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/using_raster_dataman.xml b/doc/using_raster_dataman.xml index 619b356c1..b90ea2318 100644 --- a/doc/using_raster_dataman.xml +++ b/doc/using_raster_dataman.xml @@ -248,19 +248,19 @@ psql -d gisdb -f elev.sql Raster Catalogs - There are two raster catalog views that come package with PostGIS. Both views utilize information embedded in the constraints of the raster tables. As a result + There are two raster catalog views that come packaged with PostGIS. Both views utilize information embedded in the constraints of the raster tables. As a result the catalog views are always consistent with the raster data in the tables since the constraints are enforced. - raster_columns this view catalogs all the raster tables in your database. + raster_columns this view catalogs all the raster table columns in your database. - raster_overviews this view catalogs all the rasters tables in your database that server as overviews for a finer grained table. Tables of this type are generated when you use the -l switch during load. + raster_overviews this view catalogs all the raster table columns in your database that serve as overviews for a finer grained table. Tables of this type are generated when you use the -l switch during load. Raster Columns Catalog - The raster_columns is a catalog of all columns in the table taht are of type raster. It is a view utilizing the constraints on the tables + The raster_columns is a catalog of all raster table columns in your database that are of type raster. It is a view utilizing the constraints on the tables so the information is always consistent even if you restore one raster table from a backup of another database. The following columns exist in the raster_columns catalog. If you created your tables not with the loader or forgot to specified the -C flag during load, you can enforce the constraints after the fact using so that the raster_columns catalog registers the common information after your raster tiles. -- 2.50.1