Re: Triggers with DO functionality - Mailing list pgsql-hackers

From Thom Brown
Subject Re: Triggers with DO functionality
Date
Msg-id CAA-aLv7weqXK9oEmx=4AJ8n6Gq2=s+rDK9Lpn7WnGuO5b72fLQ@mail.gmail.com
Whole thread Raw
In response to Re: Triggers with DO functionality  ("David E. Wheeler" <david@justatheory.com>)
List pgsql-hackers
On 17 February 2012 16:29, David E. Wheeler <david@justatheory.com> wrote:
> On Feb 17, 2012, at 5:22 AM, Thom Brown wrote:
>
>> The purpose being to only have a single statement to set up the
>> trigger rather than setting up a separate trigger function which will
>> unlikely be re-used by other triggers... or is this of dubious
>> benefit?
>
> +1, though I imagine it would just give it a generated name and save it anyway, eh?

I had thought about that, yes, but I didn't want to get bogged down in
implementation.

-- 
Thom


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Triggers with DO functionality
Next
From: Thom Brown
Date:
Subject: Re: Triggers with DO functionality