From: Regina Obe Date: Sun, 3 Jul 2011 01:58:48 +0000 (+0000) Subject: more column width cleanup X-Git-Tag: 2.0.0alpha1~1280 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9601d0e9052cc763a96e09eb06198f533078d2f3;p=postgis more column width cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@7562 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/MIGRATION b/MIGRATION index 1e6805ddf..d3c4de382 100644 --- 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);