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

15 lines
151 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
cd $PWD1