#!/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/create_tables.sql | psql gnp gnp
cd $PWD/../load
cat copy_tables.psql | psql gnp gnp
