Re: PostgreSQL trouble
- From: christian.stalp@xxxxxx (Christian Stalp)
- Date: Mon, 23 Jan 2006 17:38:31 +0100 (MET)
> what command are you using to start up postgreSQL?
>
Oh yes, this is an entry-script in init.d:
#!/bin/bash
.. /usr/share/postgresql-common/init.d-functions
VERSION=8.1
case "$1" in
start)
start $VERSION
;;
stop)
stop "$VERSION"
;;
restart)
restart "$VERSION"
;;
force-reload | reload)
reload $VERSION
;;
status)
status $VERSION
;;
autovac-start)
autovac_start $VERSION
;;
autovac-stop)
autovac_stop $VERSION
;;
autovac-restart)
autovac_restart $VERSION
;;
*)
echo "Usage: $0
{start|stop|restart|reload|force-reload|status|autovac-start|autovac-stop|autovac-restart}"
exit 1
;;
esac
exit 0
--
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner
.
- Prev by Date: Re: PostgreSQL trouble
- Next by Date: Re: PostgreSQL trouble
- Previous by thread: Re: PostgreSQL trouble
- Next by thread: Re: PostgreSQL trouble
- Index(es):