Re: postgres account default password - Mailing list pgsql-novice

From Julian Leyh
Subject Re: postgres account default password
Date
Msg-id 20040716003055.0a6a8059.oenone@oenone.de
Whole thread Raw
In response to Re: postgres account default password  (Frank Bax <fbax@sympatico.ca>)
Responses Re: postgres account default password
List pgsql-novice
ok, here for the list.. sorry..

On Thu, 15 Jul 2004 14:31:26 -0400
Frank Bax <fbax@sympatico.ca> wrote:

> Login as yourself, 'su' to root, then 'su' to postgres (there will be
> no password prompt), then change the password.

better: use sudo(8).
for example: sudo -u postgres psql foobar

no need to enter root password.

cu
JRL

--
visit my OpenBSD ports page: http://vgai.de/ports
--
If you don't remember something, it never existed...
If you aren't remembered, you never existed...

pgsql-novice by date:

Previous
From: Betsy Barker
Date:
Subject: Assigning a return value from a function to a variable.
Next
From: Tom Lane
Date:
Subject: Re: Assigning a return value from a function to a variable.