Re: Where's the docs?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Where's the docs?
Дата
Msg-id 29117.1256703938@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Where's the docs?  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Where's the docs?  (Peter Eisentraut <peter_e@gmx.net>)
Re: Where's the docs?  (Josh Berkus <josh@agliodbs.com>)
Список 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 по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Where's the docs?
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Parsing config files in a directory