[postgis-commits] svn - r3498 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Wed Jan 7 10:25:55 PST 2009


Author: kneufeld
Date: 2009-01-07 10:25:55 -0800 (Wed, 07 Jan 2009)
New Revision: 3498

Modified:
   trunk/doc/reference_new.xml
Log:
updated documention on addgeometrycolumn, clarifying the errors thrown.

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2009-01-07 18:15:51 UTC (rev 3497)
+++ trunk/doc/reference_new.xml	2009-01-07 18:25:55 UTC (rev 3498)
@@ -106,7 +106,9 @@
         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,



More information about the postgis-commits mailing list