Re: postgres account default password

From: Julian Leyh <oenone(at)oenone(dot)de>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: postgres account default password
Date: 2004-07-15 22:30:55
Message-ID: 20040716003055.0a6a8059.oenone@oenone.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

ok, here for the list.. sorry..

On Thu, 15 Jul 2004 14:31:26 -0400
Frank Bax <fbax(at)sympatico(dot)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...

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Betsy Barker 2004-07-15 23:07:01 Assigning a return value from a function to a variable.
Previous Message M. Bastin 2004-07-15 21:07:56 Re: Extended query: prepared statements list?