From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Thom Brown <thom(at)linux(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Silent failure with invalid hba_file setting |
Date: | 2011-10-19 03:50:43 |
Message-ID: | 1318996243.10769.4.camel@vanquo.pezone.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On tis, 2011-10-18 at 18:38 -0400, Tom Lane wrote:
> > The problem with this is you cannot get into the database as it acts
> > as if it did find the hba file but found it empty.
>
> Well, an actually empty pg_hba.conf file would have the same problem,
> and it's pretty hard to see any situation where it would be useful to
> start the postmaster and not let it accept any connections. Should we
> add a check to consider it an error if the file doesn't contain at least
> one HBA record?
If you try to connect and it doesn't find a record, it will tell you.
I wouldn't add extra special checks for that. It might not be
completely unreasonable to have a standby that no one can connect to,
for example.
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2011-10-19 04:06:26 | Re: termination of backend waiting for sync rep generates a junk log message |
Previous Message | Peter Eisentraut | 2011-10-19 03:45:48 | Re: new compiler warnings |