Re: Notify client when a table was full

Поиск
Список
Период
Сортировка
От Vincenzo Romano
Тема Re: Notify client when a table was full
Дата
Msg-id CAHjZ2x6ydVSBDxck5KzujX3qN5Qw_WthG9B5NY9k1ibQy7wzUw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Notify client when a table was full  (Francisco Olarte <folarte@peoplecall.com>)
Ответы Re: Notify client when a table was full  (Steve Atkins <steve@blighty.com>)
Список 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 по дате отправления:

Предыдущее
От: Francisco Olarte
Дата:
Сообщение: Re: Notify client when a table was full
Следующее
От: Sherman Willden
Дата:
Сообщение: Best non-networked front end for postgresql