#!/bin/sh
#
# $Id: update.sh 53 2005-03-25 05:55:08Z decibel $
#
# Copyright (c) 2004, Jim C. Nasby (decibel@rrs.decibel.org)
# All rights reserved.

USER=$1
DBNAME=$2

update/0.3-0.4/update.sh $USER $DBNAME
psql -U $USER -f util_functions.sql $DBNAME
psql -U $USER -f rrs_functions.sql $DBNAME

