Re: How to install latest stable postgresql on Debian

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: "Andrus" <kobruleht2(at)hot(dot)ee>
Cc: rod(at)iol(dot)ie, pgsql-general(at)postgresql(dot)org
Subject: Re: How to install latest stable postgresql on Debian
Date: 2011-11-19 19:49:11
Message-ID: 201111191149.11843.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gavin Flower 2011-11-19 19:53:00 Re: Is it ever necessary to vacuum a table that only gets inserts/updates?
Previous Message Adrian Klaver 2011-11-19 19:44:42 Re: How to install latest stable postgresql on Debian