Обсуждение: Postgres Vacuum Password

Поиск
Список
Период
Сортировка

Postgres Vacuum Password

От
Chris Schroter
Дата:
Hi,

Would you please tell me if there is a default password for the Postgres va=
cuum utility?

Thank you,
Chris Schroter

Re: Postgres Vacuum Password

От
John R Pierce
Дата:
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.