Re: Where's the docs? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Where's the docs?
Date
Msg-id 29117.1256703938@sss.pgh.pa.us
Whole thread Raw
In response to Re: Where's the docs?  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Where's the docs?  (Peter Eisentraut <peter_e@gmx.net>)
Re: Where's the docs?  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
Josh Berkus <josh@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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Where's the docs?
Next
From: Greg Smith
Date:
Subject: Re: Parsing config files in a directory