#!/bin/sh # # Shell script to update PostgreSQL tables # echo " " echo "Depending on the size of your database," echo "this script may take several minutes to run." echo " " bindir=@SQL_BINDIR@ if $bindir/psql $* -f - <