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

From Daniel Cintra
Subject Enc: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits
Date
Msg-id 1314882701.60016.YahooMailNeo@web121602.mail.ne1.yahoo.com
Whole thread Raw
In response to Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits  (Daniel Cintra <danielcugler@yahoo.com.br>)
List pgsql-novice
Problem solved!

I changed pg_hba.conf configuration, opened psql and set postgres password.

Now, everything is working fine.

Thanks Damien and Sachin for the responses!
 

----- Mensagem encaminhada -----
De: Daniel Cintra <danielcugler@yahoo.com.br>
Para: "pgsql-novice@postgresql.org" <pgsql-novice@postgresql.org>
Enviadas: Quinta-feira, 1 de Setembro de 2011 9:45
Assunto: Re: [NOVICE] Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits


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: Daniel Cintra
Date:
Subject: Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits
Next
From: James Hartley
Date:
Subject: adding timestamp to log file entries?