Re: [EXT EMAIL] Re: First Time Starting Up PostgreSQL and Having Problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brent Bates <BBates(at)langleyfcu(dot)org>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: [EXT EMAIL] Re: First Time Starting Up PostgreSQL and Having Problems
Date: 2019-06-19 20:49:51
Message-ID: 23419.1560977391@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Brent Bates <BBates(at)langleyfcu(dot)org> writes:
> I tried putting the pg_hba.conf back to stock defaults and that didn't help any. Here is a snippet of the current file:
> # TYPE DATABASE USER ADDRESS METHOD

> # "local" is for Unix domain socket connections only
> local all all trust

Well, that's certainly a perfectly valid pg_hba.conf entry ... my file
contains a line that looks exactly like that, and the parser is *not*
particularly picky about what the whitespace is.

I'm still suspicious that the server is reading pg_hba.conf but trying
to interpret it as some other kind of config data, so I'd advise again
to double-check what you've put in postgresql.conf.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2019-06-19 21:00:01 Re: [EXT EMAIL] Re: First Time Starting Up PostgreSQL and Having Problems
Previous Message Brent Bates 2019-06-19 20:28:27 RE: [EXT EMAIL] Re: First Time Starting Up PostgreSQL and Having Problems