Re: Notify client when a table was full

From: Vincenzo Romano <vincenzo(dot)romano(at)notorand(dot)it>
To: Francisco Olarte <folarte(at)peoplecall(dot)com>
Cc: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, "Raymond O'Donnell" <rod(at)iol(dot)ie>, hmidi slim <hmidi(dot)slim2(at)gmail(dot)com>, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Notify client when a table was full
Date: 2018-01-21 18:44:07
Message-ID: CAHjZ2x6ydVSBDxck5KzujX3qN5Qw_WthG9B5NY9k1ibQy7wzUw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2018-01-21 19:31 GMT+01:00 Francisco Olarte <folarte(at)peoplecall(dot)com>:
> On Sun, Jan 21, 2018 at 1:27 PM, Michael Paquier
> <michael(dot)paquier(at)gmail(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sherman Willden 2018-01-21 18:57:39 Best non-networked front end for postgresql
Previous Message Francisco Olarte 2018-01-21 18:31:17 Re: Notify client when a table was full