Re: pgsql password when FreeBSD boots -- what's usual?

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: Joel Rees <joel(at)alpsgiken(dot)gr(dot)jp>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgsql password when FreeBSD boots -- what's usual?
Date: 2003-04-03 04:38:04
Message-ID: 20030403043804.GB64139@perrin.int.nxad.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> During the bootup monologue, in the middle of init-ing the usual daemon
> processes, I suddenly get a Password: prompt. I enter the postgres
> user's password for the one database I'm running, and pgsql prints its
> name out and boot proceeds otherwise normally.
>
> I'm pretty sure this is because I have password or reject on every entry
> pg_hba.conf, so I thought I'd ask what most people do.

Some folks use ident to get around this, others just trust local. I
personally find the behavior of pg_ctl connecting to the postmaster
_after_ it's started up to verify that it has indeed started up, to be
a rather broken behavior and think that it shouldn't be the default.
-sc

--
Sean Chittenden

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lonni Friedman 2003-04-03 04:46:26 unable to dump database, toast errors
Previous Message Tom Lane 2003-04-03 04:37:39 Re: pgsql password when FreeBSD boots -- what's usual?