Re: Starting postgres with a password

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Doug Silver <dsilver(at)urchin(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Starting postgres with a password
Date: 2003-04-24 23:59:35
Message-ID: 3683.1051228775@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Doug Silver <dsilver(at)urchin(dot)com> writes:
> I've searched around but didn't see this answered (at least in the first 100
> answers!). If the postgres user has a password (in Postgres, not the system)
> *and* the hba_conf file does not trust the 127.0.0.1 host but requires a
> password, how can you start up Postgresql?

The postmaster doesn't need a password to start. If it can access the
data directory it figures you're authorized to start it.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Doug Silver 2003-04-25 00:25:12 Re: Starting postgres with a password
Previous Message Josh Berkus 2003-04-24 23:29:05 Re: [NOVICE] ODBC & Access [Try 2]