Re: Postgres SQLSTATE[08006] [7] timeout expired

From: Howard Wells <mr284(at)protonmail(dot)com>
To: Rob Sargent <robjsargent(at)gmail(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, Condor <condor(at)stz-bg(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Postgres SQLSTATE[08006] [7] timeout expired
Date: 2019-08-25 19:48:06
Message-ID: yTxa30istZ8ZXwx4XOsLnPd87jJgsSGVQgS6DYn1Aged8M_2Z5EGogsb-i_8pfQ20uyAtVFT__ET9M9sVWUqV55YHtI9IQFRG3n8zgfjKMY=@protonmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks for the replies. I am getting the information requested by Adrian Klaver. Rob Sargent, I am going to temporary enable full trust because the password authentication could be the issue. Then I'll write back.

Howard

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Sunday, August 25, 2019 12:20 PM, Rob Sargent <robjsargent(at)gmail(dot)com> wrote:

> >>>>>
>
> > > > > > console.
> > > > > > The pg_hba.conf has these lines enabled:
> > > > > > pg_hba.conf:
> > > > > > host all [username] 0.0.0.0/0 trust
> > > > > > host all all 0.0.0.0/0 md5
> > > > > > host all all ::/0 md5
> > > > > > host all all all
>
> Who is encrypting the password?
>
> >

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Howard Wells 2019-08-25 20:00:33 Re: Postgres SQLSTATE[08006] [7] timeout expired
Previous Message Rob Sargent 2019-08-25 19:40:50 Re: For SELECT statement (just a reading one, no 'FOR UPDATE'), is COMMIT or ROLLBACK preferred?