Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits - Mailing list pgsql-novice

From damien clochard
Subject Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits
Date
Msg-id 4E5EA6A1.1080104@dalibo.info
Whole thread Raw
In response to Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits  (Daniel Cintra <danielcugler@yahoo.com.br>)
Responses Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits  (Daniel Cintra <danielcugler@yahoo.com.br>)
List pgsql-novice
Le 31/08/2011 22:40, Daniel Cintra a écrit :
> Hi,
>
> I am trying to install Postgres 9.0.4 in my Ubuntu 11.04 64bits.

The best advice i can give you is to use the ubuntu packaging system.

PostgeSQL 8.4 is available on Ubuntu 11.04 with a simple :

sudo apt-get install postgresql

And if you want the 9.0 version you can install it from the main
backport repository :

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:pitti/postgresql
sudo apt-get update
sudo apt-get install postgresql-9.0 libpq-dev

I think 9.1 is also available.


--
damien clochard
dalibo.com | dalibo.org

pgsql-novice by date:

Previous
From: Chris Campbell
Date:
Subject: Automated pg_Dump issue
Next
From: Sachin Srivastava
Date:
Subject: Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits