Re: Postgres Vacuum Password - Mailing list pgsql-bugs

From John R Pierce
Subject Re: Postgres Vacuum Password
Date
Msg-id 489B2C56.2010809@hogranch.com
Whole thread Raw
In response to Postgres Vacuum Password  (Chris Schroter <Chris.Schroter@sas.com>)
List pgsql-bugs
Chris Schroter wrote:
> Hi,
>
> Would you please tell me if there is a default password for the Postgres vacuum utility?
>

there are no passwords for any programs, passwords are users to connect
to databases, IF the appropriate line in pg_hba.conf specifies to use
passwords.

there are also no default user passwords, they must be created by the
database administrator via ALTER ROLE rolename WITH PASSWORD 'newpassword';

this really belongs on a different list, this isn't a postgres bug.

pgsql-bugs by date:

Previous
From: Chris Schroter
Date:
Subject: Postgres Vacuum Password
Next
From: Gregory Stark
Date:
Subject: Re: Hmm, nodeUnique doesn't really support backwards scan too well