]> granicus.if.org Git - postgis/commitdiff
more column width cleanup
authorRegina Obe <lr@pcorp.us>
Sun, 3 Jul 2011 01:58:48 +0000 (01:58 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 3 Jul 2011 01:58:48 +0000 (01:58 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7562 b70326c6-7e19-0410-871a-916f4a2858ee

MIGRATION

index 1e6805ddfa1c5ce71ea1074417dc73e564be17be..d3c4de382b7e1091de2a8a5fe46e74e8c609991d 100644 (file)
--- a/MIGRATION
+++ b/MIGRATION
@@ -136,5 +136,6 @@ SELECT * FROM geometry_columns_v where f_table_schema = 'tiger';
 -- This took  36,018 ms for table of 350,572 records.  
 I assume it will be linear with number of records.
 
-ALTER TABLE buildings_1995 ALTER COLUMN the_geom TYPE geometry(MultiPolygon,2249);
+ALTER TABLE buildings_1995 
+    ALTER COLUMN the_geom TYPE geometry(MultiPolygon,2249);