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

Re: [HACKERS] About "ALTER USER" command

2006-07-27 Thread Alvaro Herrera
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

Re: [HACKERS] About "ALTER USER" command

2006-07-27 Thread Álvaro Herrera
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

[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