Re: Triggers

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Triggers
Дата
Msg-id 41AAF080.8020607@archonet.com
обсуждение исходный текст
Ответ на Triggers  (Jamie Deppeler <jamie@doitonce.net.au>)
Список pgsql-general
Jamie Deppeler wrote:
> Hi,
>
> Just doing some testing at the moment and trying to make a trigger that
> consists of a insert statement which as a result of an sql querty!

Look into using EXECUTE - it accepts a string expression and executes
it. Don't forget to use the quote_xxx() functions to quote identifiers etc.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Table and Field Schemas
Следующее
От: "Gevik Babakhani"
Дата:
Сообщение: Re: tool for postgresql