Re: tracking scripts...

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: tracking scripts...
Date: 2013-11-26 20:38:28
Message-ID: 529506C4.6040407@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/26/2013 12:30 PM, Merlin Moncure wrote:
> There are not many ways to Hand off information outside of the
> database while a transaction Is running. one way Is to write a Simple
> trigger in plpgsql that 'raise'es A notice every 'n' times trigger
> condition fires. that'S Essentially the only Clean way to do it in
> such a way that the information is Returned to the Executing console.
> Thanks!

how would that trigger track N?

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2013-11-26 20:45:33 Re: tracking scripts...
Previous Message Merlin Moncure 2013-11-26 20:30:14 Re: tracking scripts...