#!/bin/tcsh
# create tables of the GNP Proration System proration database.
# PostgreSQL server postmaster must be running
#set PWD=`echo $0:h`
#cat $PWD/../sql/drop_database.sql | psql gnp gnp
dropdb gnp
dropuser gnp
