Re: Where's the docs?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Where's the docs?
Дата
Msg-id 4AE87641.1000900@agliodbs.com
обсуждение исходный текст
Ответ на Re: Where's the docs?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 10/27/09 9:25 PM, Tom Lane wrote:
> 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.
> 

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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Parsing config files in a directory
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Parsing config files in a directory