2/2
2/2
# ${SUDO} -u postgres ${PSQL} postgres < ${GLOBALS}.sql
Here is what it will do tomorrow:
${GREP} -vi 'CREATE TABLESPACE' ${GLOBALS}.sql | ${SUDO} -u postgres ${PSQL} postgres
2/2
# ${SUDO} -u postgres ${PSQL} postgres < ${GLOBALS}.sql
Here is what it will do tomorrow:
${GREP} -vi 'CREATE TABLESPACE' ${GLOBALS}.sql | ${SUDO} -u postgres ${PSQL} postgres
2/2