original---
De: Álvaro
Fecha: 07/27/06 07:47:25
Para: Mónica
CC: pgsql-hackers@postgresql.org
Asunto: Re: [HACKERS] About "ALTER USER" command
Mónica Ivonne Herrera Alonso wrote:
Mónica,
> I need to change password of the usuary POSTGRES using the commando "ALTER
> USER
Mónica Ivonne Herrera Alonso wrote:
Hi,
> However. I continued my instruction and follows without working to me.
> Exists the way to invoke psql that is not of interactive way so that It
> alters password of a user with no need to be in psql?
>
> With the commando psql - S ALTER USER
it
Mónica Ivonne Herrera Alonso wrote:
Mónica,
> I need to change password of the usuary POSTGRES using the commando "ALTER
> USER". This change I must do it by means of a program .bat in quiet way.
>
> I have the following instruction in .bat program :
>
> psql -S "ALTER USER postgres WI
Good day for You.
I need to change password of the usuary POSTGRES using the commando "ALTER USER". This change I must do it by means of a program .bat in quiet way.
I have the following instruction in .bat program :
psql -S "ALTER USER postgres WITH PASSWORD 'xxtyod';"
But when