Re: Postgres 9.1 y Centos 6.3

From: Miguel Angel Hernandez Moreno <miguel(dot)hdz(dot)mrn(at)gmail(dot)com>
To: Rodrigo Ruiz <rruizf(at)gmail(dot)com>
Cc: Ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Postgres 9.1 y Centos 6.3
Date: 2012-12-13 15:42:27
Message-ID: CAGYOd3ozFMTuoY1c0oP+kkanU=D=FSTNRiVEN+iP70QiTgfjHw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Buenos dias

Si le pones encripted debes usar la encriptación md5 de postgres,
"psql -U postgres -d template1" y ejecuto "ALTER USER postgres WITH *
ENCRYPTED* PASSWORD 'passtxt'";

para que te funcione quita el encripted

"psql -U postgres -d template1" y ejecuto "ALTER USER postgres WITH
PASSWORD 'passtxt'";

espero te pueda funcionar!

El 13 de diciembre de 2012 09:39, Rodrigo Ruiz <rruizf(at)gmail(dot)com> escribió:

> Recargo el servidor, conecto por consola "psql -U postgres -d template1" y
> ejecuto "ALTER USER postgres WITH ENCRYPTED PASSWORD 'passtxt'";

--
ISC Miguel Angel Hernandez Moreno

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Gilberto Castillo 2012-12-13 15:47:21 Re: Postgres 9.1 y Centos 6.3
Previous Message Rodrigo Ruiz 2012-12-13 15:39:00 Postgres 9.1 y Centos 6.3