Re: what Linux to run

From: Leif Biberg Kristensen <leif(at)solumslekt(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: what Linux to run
Date: 2012-03-03 10:33:32
Message-ID: 201203031133.32582.leif@solumslekt.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Lørdag 3. mars 2012 01.43.29 skrev Gavin Flower :

> I think if you are going to select a member of the Debian family, I
> would strongly recommend Debian itself. I have the impression that the
> Debian community is more serious about quality than Canonical (the
> company behind Ubuntu).

I haven't run Debian for ten years, when I had a headless old PC running with
a LAMP stack. Since I discovered Gentoo, that has been my preferred distro.
However, I'm currently in the process of setting up a dedicated Web server
with Debian as it may one day be another person's responsibility to admin this
box, and I would consider it cruel to leave a Gentoo box to anyone but the
most devoted Linux fans.

My current gripe is this: The «stable» version of Postgres on Debian is 8.4.
In order to install 9.1, I added this line to /etc/apt/sources.list:

deb http://ftp.debian.org/debian unstable main contrib non-free

Then I did an apt-get update and

apt-get install postgresql-9.1 postgresql-client-9.1

Finally I commented out the added line of /etc/apt/sources.list.

This seems a rather roundabout way, is there a better one?

regards, Leif

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gavin Flower 2012-03-03 10:55:48 Re: what Linux to run
Previous Message Gavin Flower 2012-03-03 00:43:29 Re: what Linux to run