Also, while I was poking around shp2pgsql today.... Commited chaneges to cvs which added support for larger columns so if they are defined in the dbf file to be larger than int4 , it will detect it and use an int 8 or numeric type if the field requires. Same thing for floats, uses a numeric after it goes beyond the float8 size... -Jeff