Re: Newbe questions: Setting Passwords - Mailing list pgsql-general

From John Clark Naldoza y Lopez
Subject Re: Newbe questions: Setting Passwords
Date
Msg-id 3B031E78.305733A7@ntsp.nec.co.jp
Whole thread Raw
In response to Newbe questions: Setting Passwords  (Anatole Varin <anatole@aioros.ocn.ne.jp>)
Responses Re: Newbe questions: Setting Passwords  (Anatole Varin <anatole@aioros.ocn.ne.jp>)
List 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

pgsql-general by date:

Previous
From: Anatole Varin
Date:
Subject: Newbe questions: Setting Passwords
Next
From: Jeff Patterson
Date:
Subject: PL/Perl in 7.1.1