Re: [HACKERS] Cannot use all four trigger events at once

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Greg Sabino Mullane <greg(at)turnstep(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-bugs(at)postgresql(dot)org
Subject: Re: [HACKERS] Cannot use all four trigger events at once
Date: 2009-06-18 06:38:27
Message-ID: 1245307107.3895.149.camel@ebony.2ndQuadrant
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers


On Wed, 2009-06-17 at 16:22 -0400, Greg Sabino Mullane wrote:
> This was failing:
>
> CREATE TRIGGER foo
> AFTER INSERT OR UPDATE OR DELETE OR TRUNCATE
> ON foobar
> FOR EACH STATEMENT EXECUTE PROCEDURE baz();
>
> Turns out the parser wasn't set up to handle four different trigger
> event types. Patch attached.

Thanks for fixing Greg.

--
Simon Riggs www.2ndQuadrant.com
PostgreSQL Training, Services and Support

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message hubert depesz lubaczewski 2009-06-18 10:21:22 unhelpful error message
Previous Message Tom Lane 2009-06-18 01:29:59 Re: [HACKERS] Cannot use all four trigger events at once

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Golub 2009-06-18 06:42:32 Re: Named transaction
Previous Message Heikki Linnakangas 2009-06-18 05:36:38 Re: Determining client_encoding from client locale