postgis/extras/template_gis/mktemplate_gis.sh.in
2006-05-31 06:43:12 +00:00

16 lines
176 B
Bash

#!/bin/sh
#this script should be run as $DBAUSER
PWD1=`pwd`
cd /tmp
source @bindir@/postgres_lib.sh
check_dba $DBAUSER
template_rm $TDB
template_mk $TDB $GRUSER
cd $PWD1