On Wed, 2009-10-28 at 00:25 -0400, Tom Lane wrote:
> Josh Berkus <j...@agliodbs.com> writes:
> > OK, this is the genuine failure; the syntax is missing for column triggers:
> 
> > CREATE TRIGGER name { BEFORE | AFTER } { event [ OR ... ] }
> >     ON table [ FOR [ EACH ] { ROW | STATEMENT } ]
> >     EXECUTE PROCEDURE function_name ( arguments )
> 
> It's embedded in "event", which isn't spelled out here.

I know this is a bit suboptimal, but I couldn't think of a better way
without cluttering up to many things.


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to