Re: Notify client when a table was full

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: hmidi slim <hmidi(dot)slim2(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Notify client when a table was full
Date: 2018-01-19 15:50:58
Message-ID: CAKFQuwb2zCjyoXNp8FZu6CPqp0_Eq5An+P0vDZXjr5j69YpuLw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jan 19, 2018 at 8:47 AM, hmidi slim <hmidi(dot)slim2(at)gmail(dot)com> wrote:

> I need to be notified when the table is full to launch a script whis dumps
> this table.
>

​Please don't top post.

You are going to need to explain the entire process is greater detail if
you want help. As Raymond said while I was writing, you at least need to
define how you would know that the table is "full" before you can program
something to detect the same.

You mention an external system - are you dealing with a push or pull
oriented synchronization?

David J.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2018-01-19 15:59:40 Re: Use left hand column for null values
Previous Message hmidi slim 2018-01-19 15:47:15 Re: Notify client when a table was full