]> granicus.if.org Git - postgis/commitdiff
updated documention on addgeometrycolumn, clarifying the errors thrown.
authorKevin Neufeld <kneufeld.ca@gmail.com>
Wed, 7 Jan 2009 18:25:55 +0000 (18:25 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Wed, 7 Jan 2009 18:25:55 +0000 (18:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3498 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index f689535dc3bf524ae1db4be962fdc77494413130..270727b566d097b4a484b8213e772c09afa60de7 100644 (file)
         must be an integer value reference to an entry in the SPATIAL_REF_SYS
         table. The <varname>type</varname> must be an uppercase string
         corresponding to the geometry type, eg, 'POLYGON' or
-        'MULTILINESTRING'.</para>
+        'MULTILINESTRING'.  An error is thrown if the schemaname doesn't exist 
+        (or not visible in the current search_path) or the specified SRID, 
+        geometry type, or dimension is invalid.</para>
                
                <note>
                        <para>Views and derivatively created spatial tables will need to be registered in geometry_columns manually,