First, unzip the use_area.zip file and go into it using the command line; then, load the dataset using the following command:
shp2pgsql -s 3734 -d -i -I -W LATIN1 -g the_geom cm_usearea_polygon chp02.use_area | psql -U me -d postgis_cookbook
First, unzip the use_area.zip file and go into it using the command line; then, load the dataset using the following command:
shp2pgsql -s 3734 -d -i -I -W LATIN1 -g the_geom cm_usearea_polygon chp02.use_area | psql -U me -d postgis_cookbook