From 0864fa15dc4efd1dc01e9dd93fa5a7a6dd1ae2fa Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 6 Sep 2013 22:52:41 +0000 Subject: [PATCH] Splling (#2255) git-svn-id: http://svn.osgeo.org/postgis/trunk@11940 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/using_postgis_dataman.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml index 8629f45c8..2b5c89c9b 100644 --- a/doc/using_postgis_dataman.xml +++ b/doc/using_postgis_dataman.xml @@ -751,7 +751,7 @@ SELECT AddGeometryColumn( 'roads', 'roads_geom', 0, 'GEOMETRY', 3 );The AddGeometryColumn() approach creates a geometry column and also registers the new column in the geometry_columns table. If your software utilizes geometry_columns, then any geometry columns you need to query by must be registered in this view. - Starting with PoastGIS 2.0, geometry_columns is no longer editable and all geometry columns are autoregistered. + Starting with PostGIS 2.0, geometry_columns is no longer editable and all geometry columns are autoregistered. However they may be registered as a generic geometry column if the column was not defined as a specific type during creation. Two of the cases -- 2.40.0