Executing SQL commands via triggers without the use of procedures
От
Susan Hoddinott
Тема
Executing SQL commands via triggers without the use of procedures
Дата
Msg-id
001501c2def2$fe2fe9c0$1f84fea9@oemcomputer
Список
Дерево обсуждения
Re: Executing SQL commands via triggers without the use of procedures "fabio" <penguin@email.it>
Hello,
Having scoured the relevant documentation I cannot find anything which indicates how I simply create a database trigger to insert into a second table after insert on a first table, without the use of a procedure. As I do not want return values etc. this seems like overkill. Is it possible to create a trigger which executes SQL directly without the need to create a procedure? If so, what is the syntax?
Regards
В списке pgsql-sql по дате отправления