Adapt to fully qualification in the extension

This commit is contained in:
Raul Marin 2019-06-03 13:41:22 +02:00
parent 08998a3d17
commit 9a552a7cc4

View File

@ -97,6 +97,7 @@ if test x"$PREPARE_PGSQL" = xyes; then
do
cat sql/${i}.sql |
sed -e 's/cartodb\./public./g' -e "s/''cartodb''/''public''/g" |
sed -e 's/@extschema@/public/g' -e 's/@postgisschema@/public/g' |
sed "s/:PUBLICUSER/${PUBLICUSER}/" |
sed "s/:PUBLICPASS/${PUBLICPASS}/" |
sed "s/:TESTUSER/${TESTUSER}/" |