summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/gis/create_template_postgis-1.4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/contrib/gis/create_template_postgis-1.4.sh')
-rwxr-xr-xdocs/ref/contrib/gis/create_template_postgis-1.4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/create_template_postgis-1.4.sh b/docs/ref/contrib/gis/create_template_postgis-1.4.sh
index 74a6ef98d2..57a1373f96 100755
--- a/docs/ref/contrib/gis/create_template_postgis-1.4.sh
+++ b/docs/ref/contrib/gis/create_template_postgis-1.4.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-POSTGIS_SQL_PATH=`pg_config --sharedir`/contrib/postgis-1.4
+POSTGIS_SQL_PATH=`pg_config --sharedir`/contrib
createdb -E UTF8 template_postgis # Create the template spatial database.
createlang -d template_postgis plpgsql # Adding PLPGSQL language support.
psql -d postgres -c "UPDATE pg_database SET datistemplate='true' WHERE datname='template_postgis';"