Re: tracking scripts... - Mailing list pgsql-general

From John R Pierce
Subject Re: tracking scripts...
Date
Msg-id 529506C4.6040407@hogranch.com
Whole thread Raw
In response to Re: tracking scripts...  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: tracking scripts...  (Merlin Moncure <mmoncure@gmail.com>)
List 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



pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: Any advantage of using SSL with a certificate of authority?
Next
From: Merlin Moncure
Date:
Subject: Re: tracking scripts...