ASM #17712 - Changed flags for vacuum in importShapeFiles.sh
Change-Id: Ifc8bcbeaca1c006a3e457f51bf5c0b0013e74f55 Former-commit-id: c44e7e341cdbed23ee84871ddb2a6d9accc1f15a
This commit is contained in:
parent
53aa702a53
commit
ef0dddb027
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue