On 10/27/09 9:25 PM, 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.
> 

Yeah, I couldn't figure it out from the docs, which means that other
people won't be able to.  Doc patch coming if I ever finish this server
migration.

--Josh Berkus

-- 
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