From 418138f70761fa215ffc80178e9d40fda7cf2035 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 11 Apr 2010 22:52:59 +0000 Subject: [PATCH] mistated something. Correct constraint description of addrastercolumn git-svn-id: http://svn.osgeo.org/postgis/trunk@5528 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_wktraster.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/reference_wktraster.xml b/doc/reference_wktraster.xml index 7d896201d..5beaa2a4e 100644 --- a/doc/reference_wktraster.xml +++ b/doc/reference_wktraster.xml @@ -51,7 +51,7 @@ VALUES (1, AddRasterColumn - Adds a raster column to an existing table and generates column constraints on the new column. + Adds a raster column to an existing table and generates column constraint on the new column to enforce srid. @@ -189,7 +189,7 @@ VALUES (1, Description - Adds a raster column to an existing table and also generates constraints on the new column. the constraints generated constrict the SRID, and band pixel types of the new raster column. + Adds a raster column to an existing table and also generates constraints on the new column. Currently only constrains the SRID. The schema_name is the name of the table schema (unused for pre-schema PostgreSQL installations). The srid must be an integer value reference to an entry in the SPATIAL_REF_SYS @@ -215,7 +215,7 @@ VALUES (1, See Also - , , + , , , -- 2.40.0