From 9601d0e9052cc763a96e09eb06198f533078d2f3 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 3 Jul 2011 01:58:48 +0000 Subject: [PATCH] more column width cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@7562 b70326c6-7e19-0410-871a-916f4a2858ee --- MIGRATION | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.50.1