Re: [HACKERS] About "ALTER USER" command

2006-07-27 Thread Mónica Ivonne Herrera Alonso
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

[HACKERS] About "ALTER USER" command

2006-07-27 Thread Mónica Ivonne Herrera Alonso
  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