I'm not sure if you're using osm2pgsql in your workflow (although I presume so, because your script is similar to my workflow..)
The following 2 lines in createdb-8.4.sh can be removed if you are using osm2pgsql >0.80
ensure intarray so that we can do OSM updates
psql -f _int-8.4.sql $DATABASE;
I'm not sure if you're using osm2pgsql in your workflow (although I presume so, because your script is similar to my workflow..)
The following 2 lines in createdb-8.4.sh can be removed if you are using osm2pgsql >0.80
ensure intarray so that we can do OSM updates
psql -f _int-8.4.sql $DATABASE;