Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits

Поиск
Список
Период
Сортировка
От damien clochard
Тема Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits
Дата
Msg-id 4E5EA6A1.1080104@dalibo.info
обсуждение исходный текст
Ответ на Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits  (Daniel Cintra <danielcugler@yahoo.com.br>)
Ответы Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits  (Daniel Cintra <danielcugler@yahoo.com.br>)
Список 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 по дате отправления:

Предыдущее
От: Chris Campbell
Дата:
Сообщение: Automated pg_Dump issue
Следующее
От: Sachin Srivastava
Дата:
Сообщение: Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits