Re: Notify client when a table was full

Поиск
Список
Период
Сортировка
От Francisco Olarte
Тема Re: Notify client when a table was full
Дата
Msg-id CA+bJJbwjY0cB09sNs8uh31Z1dFgtfsaej4bb1W1nHkXsoi8mOQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Notify client when a table was full  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Notify client when a table was full  (Vincenzo Romano <vincenzo.romano@notorand.it>)
Список pgsql-general
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"?

> There could be two definitions here:
> 1) A table contains more data than a customly-defined amount of data
> on-disk.
> 2) The partition where the table data is located runs out of disk
> space.

I see a third definition. No more rows can be inserted without
previously deleting. The simplest case I can think of is "b boolean
primary key" with two rows already in.

But I doubt the OP was referring to any of that.

Francisco Olarte


В списке pgsql-general по дате отправления:

Предыдущее
От: Rafał Zabrowarny
Дата:
Сообщение: License question regarding distribution of binaries
Следующее
От: Vincenzo Romano
Дата:
Сообщение: Re: Notify client when a table was full