Re: Where's the docs?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Where's the docs?
Date: 2009-10-28 16:50:09
Message-ID: 4AE87641.1000900@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10/27/09 9:25 PM, Tom Lane wrote:
> Josh Berkus <josh(at)agliodbs(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2009-10-28 17:10:30 Re: Parsing config files in a directory
Previous Message Greg Stark 2009-10-28 16:44:38 Re: Parsing config files in a directory