Re: Newbe questions: Setting Passwords

From: John Clark Naldoza y Lopez <njclark(at)ntsp(dot)nec(dot)co(dot)jp>
To: Anatole Varin <anatole(at)aioros(dot)ocn(dot)ne(dot)jp>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Newbe questions: Setting Passwords
Date: 2001-05-17 00:42:32
Message-ID: 3B031E78.305733A7@ntsp.nec.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

You could use the following...;-)

psql -U postgres template1

UPDATE pg_shadow SET passwd='whatever' WHERE usename='postgres';

You could also use GRANT or create other users as well... kindly check
the administrative section of your documentation...;-)

Cheers,

John Clark

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Patterson 2001-05-17 00:53:40 PL/Perl in 7.1.1
Previous Message Anatole Varin 2001-05-17 00:28:59 Newbe questions: Setting Passwords