#! /bin/sh
#
# $Id: pg_advisor_test.sh,v 1.1 2004/03/19 20:17:44 coelho Exp $
#

base=${1-test}

dropdb $base
createdb $base
createlang -d $base plpgsql
psql -d $base < pg_advisor_test.sql
psql -d $base < pg_advisor.sql
