]> granicus.if.org Git - postgis/commitdiff
mistated something. Correct constraint description of addrastercolumn
authorRegina Obe <lr@pcorp.us>
Sun, 11 Apr 2010 22:52:59 +0000 (22:52 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 11 Apr 2010 22:52:59 +0000 (22:52 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5528 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_wktraster.xml

index 7d896201d51e4173075e9069c0689bd950b0c7d6..5beaa2a4ec0c036db96b3dcd081f10a2907baeb5 100644 (file)
@@ -51,7 +51,7 @@ VALUES (1,
          <refnamediv>
                <refname>AddRasterColumn</refname>
 
-               <refpurpose>Adds a raster column to an existing table and generates column constraints on the new column.</refpurpose>
+               <refpurpose>Adds a raster column to an existing table and generates column constraint on the new column to enforce srid.</refpurpose>
          </refnamediv>
 
          <refsynopsisdiv>
@@ -189,7 +189,7 @@ VALUES (1,
          <refsection>
                <title>Description</title>
 
-               <para>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.
+               <para>Adds a raster column to an existing table and also generates constraints on the new column. Currently only constrains the <varname>SRID</varname>.
                The <varname>schema_name</varname> is the name of the table schema (unused
                for pre-schema PostgreSQL installations). The <varname>srid</varname>
                must be an integer value reference to an entry in the SPATIAL_REF_SYS
@@ -215,7 +215,7 @@ VALUES (1,
          <refsection>
                <title>See Also</title>
 
-               <para><xref linkend="AddGeometryColumn"/>, <xref linkend="RT_DropRasterTable"/>, <xref linkend="RT_DropRasterColumn"/></para>
+               <para><xref linkend="AddGeometryColumn"/>, <xref linkend="RT_DropRasterTable"/>, <xref linkend="RT_DropRasterColumn"/>, <xref linkend-"RT_ST_SRID" /></para>
          </refsection>
        </refentry>