#!/bin/sh
# $Header: /general/TFA/unclassified/src/utils/postgres-v3r1/src/scripts/RCS/vacuum,v 1.2 1991/08/05 14:07:04 sp Exp werner $
#
#	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 $*
