Re: Notify client when a table was full - Mailing list pgsql-general

From Vincenzo Romano
Subject Re: Notify client when a table was full
Date
Msg-id CAHjZ2x6ydVSBDxck5KzujX3qN5Qw_WthG9B5NY9k1ibQy7wzUw@mail.gmail.com
Whole thread Raw
In response to Re: Notify client when a table was full  (Francisco Olarte <folarte@peoplecall.com>)
Responses Re: Notify client when a table was full  (Steve Atkins <steve@blighty.com>)
List pgsql-general
2018-01-21 19:31 GMT+01:00 Francisco Olarte <folarte@peoplecall.com>:
> On Sun, Jan 21, 2018 at 1:27 PM, Michael Paquier
> <michael.paquier@gmail.com> wrote:
>> On Fri, Jan 19, 2018 at 03:40:01PM +0000, Raymond O'Donnell wrote:
> ...
>>> How do you define "full"?

The only possible and meaningful case, IMHO, as stated by David
earlier, is "file system full".
Which is communicated by Postgres with the "Class 53 — Insufficient
Resources" error codes.
Please refer to official documentation like:

https://www.postgresql.org/docs/10/static/errcodes-appendix.html

For specific programming languages more details need to be checked.


pgsql-general by date:

Previous
From: Francisco Olarte
Date:
Subject: Re: Notify client when a table was full
Next
From: Sherman Willden
Date:
Subject: Best non-networked front end for postgresql