Re: How to install latest stable postgresql on Debian - Mailing list pgsql-general

From Adrian Klaver
Subject Re: How to install latest stable postgresql on Debian
Date
Msg-id 201111191149.11843.adrian.klaver@gmail.com
Whole thread Raw
In response to Re: How to install latest stable postgresql on Debian  ("Andrus" <kobruleht2@hot.ee>)
List pgsql-general
On Saturday, November 19, 2011 5:34:59 am Andrus wrote:
> >To check whether this is the case, look in the appropriate /etc/rc*.d
>
> directory for the runlevel you're using, and see if there is an "S...."
> symlink to /etc/init.d/postgresql-9.1 (or something like that) in there.
>
> Thank you.
> There are S18postgresql symlinks in may rc?.d directories.
> They seems to be version independent so hopefully server is started on
> boot.
>

I have found sysv-rc-conf to be useful.
dpkg -l|grep sysv-rc-conf  will determine if it is already installed
apt-get install sysv-rc-conf otherwise
When run (as root) with no arguments it will show what services are available
and which ones are configured to stop and start.
You can also give it a service name and either turn that service on or off.

>
> Andrus.

--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: How to install latest stable postgresql on Debian
Next
From: "Andrus"
Date:
Subject: Re: How to install latest stable postgresql on Debian