# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/dev-db/postgresql/files/postgresql.init-7.4.1,v 1.2 2004/02/13 19:26:32 vapier Exp $
opts="${opts} reload"
depend() {
use net
}
su - $PGUSER -c "/usr/bin/pg_ctl restart -D '$PGDATA' -s -m fast -l '$PGLOG' -o '$PGOPTS'"
eend $?
reload() {
ebegin "Reloading postgres configuration"
su - $PGUSER -c "/usr/bin/pg_ctl reload -D '$PGDATA' -s"