Merge pull request #1 from riaanvddool/hotfix/legacy_gist

Add legacy support for gist
pull/2/head
Tim Sutton 2014-08-24 21:51:41 +02:00
commit e7a4dc4c95
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -76,6 +76,7 @@ else
# Needed when importing old dumps using e.g ndims for constraints
echo "Loading legacy sql"
psql template_postgis -f $SQLDIR/legacy_minimal.sql
psql template_postgis -f $SQLDIR/legacy_gist.sql
echo "Granting on geometry columns"
psql template_postgis -c 'GRANT ALL ON geometry_columns TO PUBLIC;'
echo "Granting on geography columns"