Re: Any postgres API available to get errorcode for PQerrorMessage - Mailing list pgsql-general

From Rob Sargent
Subject Re: Any postgres API available to get errorcode for PQerrorMessage
Date
Msg-id 543EA2CC.6010402@gmail.com
Whole thread Raw
In response to Any postgres API available to get errorcode for PQerrorMessage  ("Roopeshakumar Narayansa Shalgar (rshalgar)" <rshalgar@cisco.com>)
Responses Re: Any postgres API available to get errorcode for PQerrorMessage  ("Yogesh. Sharma" <Yogesh1.Sharma@nectechnologies.in>)
List pgsql-general
On 10/15/2014 02:17 AM, Roopeshakumar Narayansa Shalgar (rshalgar) wrote:

HI,

 

PQerrorMessage pirints the error message like (no space available,etc). Does postgres provide

any  API which gives the error code listed in the below appendix;

 

http://www.postgresql.org/docs/9.1/static/errcodes-appendix.html

 

 

I need the exact error code so that I can shutdown my application whenever I face  the “no space available” problem.

 

--

Thanks and Regards,

Rupesh

Isn't this best done by monitoring tools such as nagios and done much before you actually run out of space?

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Any postgres API available to get errorcode for PQerrorMessage
Next
From: "Roopeshakumar Narayansa Shalgar (rshalgar)"
Date:
Subject: Re: Any postgres API available to get errorcode for PQerrorMessage