[Geoserver-users] tigerpolygonformation utility

Hi,

Is there some other requirements for using this utility? I have tried running it and it keeps complaining with the following error.

You must create the poly2 table in the postgis database:
create table poly2 (the_geom geometry, polyid numeric(10,0), module char(8)) with oids;
insert into geometry_columns values (‘’,‘public’,‘poly2’,‘the_geom’,2,1,‘POLYGON’);

The problem is that I have followed these steps and the table does exist. I have modified the go.txt file with the appropriate parameters.

S.D.