#!/bin/sh
# $Header: RCS/vacuum.sh,v 1.2 91/08/05 14:07:04 sp Exp $
#
#	Vacuum postgres databases
#
#	We expect that this script will be run via cron nightly.  This
#	replaces vacuumd and vcontrol in earlier releases of postgres.
#
/usr/postgres/bin/monitor -c vacuum $*
