Re: Possible "off-topic"

Поиск
Список
Период
Сортировка
От François LODIER
Тема Re: Possible "off-topic"
Дата
Msg-id 3A51FB74.310A3D93@agisphere.com
обсуждение исходный текст
Ответ на Possible "off-topic"  (Tulio Oliveira <mestredosmagos@marilia.com>)
Ответы Re: Re: Possible "off-topic"
Список pgsql-general
Hi all,
happy new year ,
sorry to disturb you but I am trying to create a trigger but it doesn't seems to be working.
I have got a function called halloworld that takes one argument and I am trying to trigger it :
so I write somethig like :
CREATE TRIGGER helloworld_trigger AFTER INSERT
    ON data FOR EACH ROW
    EXECUTE PROCEDURE helloworld ( 'login' )
As I have a field named login in the data table.
and the response is :
CreateTrigger: function helloworld() does not exist
If any ne could help me it would be great.
Thanks
-- 
--------------------------------
François Lodier             .   _
.                         __     .
.                        ..     ...
zentak@agisphere.com      .  __  .
Ouais! Et pourquoi ??      ... .
---------------------------------
 

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

Предыдущее
От: Tulio Oliveira
Дата:
Сообщение: Possible "off-topic"
Следующее
От: Zachary Beane
Дата:
Сообщение: Re: Re: Possible "off-topic"