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

From Daniel Cintra
Subject Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits
Date
Msg-id 1314881150.95811.YahooMailNeo@web121614.mail.ne1.yahoo.com
Whole thread Raw
In response to Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits  (damien clochard <damien@dalibo.info>)
Responses Enc: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits  (Daniel Cintra <danielcugler@yahoo.com.br>)
List pgsql-novice

Thanks Damien,

it worked fine!
The service was installed successfully.

I have just one more question: During the installation, it did not asked me a password for postgres user.
Now, I am trying to open psql, but I do not know neither which password I should use, nor how to set a new one.

thanks

De: damien clochard <damien@dalibo.info>
Para: Daniel Cintra <danielcugler@yahoo.com.br>
Cc: "pgsql-novice@postgresql.org" <pgsql-novice@postgresql.org>
Enviadas: Quarta-feira, 31 de Agosto de 2011 18:24
Assunto: Re: [NOVICE] Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits

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: Sachin Srivastava
Date:
Subject: Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits
Next
From: Daniel Cintra
Date:
Subject: Enc: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits