Re: could not translate host name "istes.rds.amazonaws.com" to address: Temporary failure in name resolution - Mailing list pgsql-bugs

From Francisco Olarte
Subject Re: could not translate host name "istes.rds.amazonaws.com" to address: Temporary failure in name resolution
Date
Msg-id CA+bJJbx+8JLjKRnN_Q4LKs=ox_Pez_6ZRDKrNg70+cZ+Li+mzQ@mail.gmail.com
Whole thread Raw
In response to could not translate host name "istes.rds.amazonaws.com" to address: Temporary failure in name resolution  (iT Inject Solar LLP <itinjectsolar@gmail.com>)
List pgsql-bugs
On Sat, Sep 26, 2020 at 5:23 PM iT Inject Solar LLP
<itinjectsolar@gmail.com> wrote:
> We are using postgres database using amazon RDS for insertion of data into database we are using a c progamm which
insertsdata on continuous interval.
 
> After some time programm do stop and message comes like as quated below-
> could not translate host name "istes.rds.amazonaws.com" to address: Temporary failure in name resolution
> this is causing lot of problem may please suggest what to do.

What you describe so far is clearly pointing at a bug in your C
program or a misconfigured machine where you are running it.
The only possible suggestion is fix both of them.

If you point to something postgres-related somebody could help you,
but the nearest thing I could thing of is "I'm using libpq and the
connect call gives $the_above_error", where I would answer "your name
resolver is broken or misconfigured, fix it".

Francisco Olarte.



pgsql-bugs by date:

Previous
From: iT Inject Solar LLP
Date:
Subject: Re: Possible Spam(8.241):could not translate host name "istes.rds.amazonaws.com" to address: Temporary failure in name resolution
Next
From: Tom Lane
Date:
Subject: Re: BUG #16637: Postgressql throws exception 'relation already exists' when trying to execute partition from code