Re: what Linux to run

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Leif Biberg Kristensen <leif(at)solumslekt(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: what Linux to run
Date: 2012-03-03 12:11:13
Message-ID: CAOR=d=0tdpVOy5T+=aM=1=vza+QhN9_f3pG4weD=MQdG0HxkRw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Mar 3, 2012 at 3:33 AM, Leif Biberg Kristensen
<leif(at)solumslekt(dot)org> wrote:
>
> 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?

We use something like this to put 8.4 on an older debian release. I'm
guessing that substituting the right repo and version would work for
9.1

sudo apt-get -t lenny-backports install \
postgresql-8.4 \
postgresql-client-8.4 \
postgresql-client-common \
postgresql-common \
postgresql-contrib-8.4 \
postgresql-plpython-8.4 \
postgresql-8.4-slony1 \

Note the -t switch.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2012-03-03 12:14:42 Re: what Linux to run
Previous Message Leif Biberg Kristensen 2012-03-03 11:49:29 Re: what Linux to run