ASM #17712 - Changed flags for vacuum in importShapeFiles.sh

Change-Id: Ifc8bcbeaca1c006a3e457f51bf5c0b0013e74f55

Former-commit-id: c44e7e341cdbed23ee84871ddb2a6d9accc1f15a
This commit is contained in:
Sean.Webb 2015-07-09 08:29:37 -04:00
parent 53aa702a53
commit ef0dddb027

View file

@ -130,4 +130,4 @@ if [ -n "$SIMPLEVS" ] ; then
CREATE INDEX ${TABLE}_the_geom${SUFFIX}_gist ON ${SCHEMA}.${TABLE} USING gist(the_geom${SUFFIX});"
done
fi
${PGBINDIR}vacuumdb -d maps -t ${SCHEMA}.${TABLE} -U ${PGUSER} -p ${PGPORT} -qz
${PGBINDIR}vacuumdb -d maps -t ${SCHEMA}.${TABLE} -U ${PGUSER} -p ${PGPORT} -vfz