Install postgres 9.0 in debian lenny?

Thanks to the new debian backports suite here's how to install PostgreSQL 9.0 on Debian lenny.

Thanks to the new debian backports suite, here's how to install PostgreSQL 9.0 on Debian lenny: Add the following to /etc/apt/sources. List: deb backports.debian.org/debian-backports" rel="nofollow">backports.debian.org/debian-backports lenny-backports main deb backports.debian.org/debian-backports" rel="nofollow">backports.debian.org/debian-backports lenny-backports-sloppy main Then run these 2 commands apt-get install -t lenny-backports postgresql-common apt-get install -t lenny-backports-sloppy postgresql-9.0 postgresql-client-9.0 postgresql-contrib-9.0 Note that this utilizes the new lenny-backports-sloppy backport suite - please read the announcement in order to be aware of the trade offs of using this suite.

Installing from source is quite easy: Basically: Download postgresql-9.0.1.tar. Bz2 tar xjf postgresql-9.0.1.tar. Bz2 cd postgresql-9.0.1 .

/configure make make install Details here.

– abubacker Dec 11 '10 at 11:16 abubacker: Debian "Lenny" (version 5) was released before Postgres 9. X and thus doesn't include packages for that major release in its update stream. You could build and install Postgres from the sources, as described here, or you could add 3rd party entires to your sources.

List (as described by Tom Feiner). Either approach will get you access to Postgres 9 but whether you can do these things may be a matter of (your organization's) policy rather than technical feasibility. You could also consider Debian "Squeeze" (version 6) which does include P'gres 9.0 support.

– Jim Dennis Mar 22 at 13:16.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions