Re: [ADMIN] change user passwd

2008-12-02 Thread Chris Browne
[EMAIL PROTECTED] (Isabella Ghiurea) writes: > I'm using PG 8.3.4 , what's the method for remote users to change > their PG passwd . The method is to use the "ALTER USER" command. -- (format nil "[EMAIL PROTECTED]" "cbbrowne" "acm

Re: [ADMIN] change user passwd

2008-12-02 Thread Isabella Ghiurea
Thank you , yes this works in psql . Isabella Suresh Borse wrote: How the remote user access the postgres database. Are they using pgadmin ?? Are they able to connect through psql to remote database? IF yes then try following command dbname=# /alter user "Username" password 'password'; /

Re: [ADMIN] change user passwd

2008-12-01 Thread Suresh Borse
How the remote user access the postgres database. Are they using pgadmin ?? Are they able to connect through psql to remote database? IF yes then try following command dbname=# alter user "Username" password 'password'; In pgadmin tool we can directly edit the user user properties & change t

[ADMIN] change user passwd

2008-12-01 Thread Isabella Ghiurea
I'm using PG 8.3.4 , what's the method for remote users to change their PG passwd . Isabella -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin