Re: function does not exist

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: function does not exist
Дата
Msg-id web-2310311@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на function does not exist  ("Dave A." <pgadmin@pod13.com>)
Список pgsql-sql
Dave,

A trigger function does not take variable parameters, gets its data
from the NEW or OLD records, and returns OPAQUE with the RETURN NEW
statement.

Please check out the documentation on writing PL/pgSQL triggers under
Procedural Languages in the online docs.

-Josh Berkus


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

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: function does not exist
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Getting sequence value after inserting many rows at a time