Insert Statement By Trigger Function

Поиск
Список
Период
Сортировка
От Fuzzydave
Тема Insert Statement By Trigger Function
Дата
Msg-id 1151567249.881895.85690@j72g2000cwa.googlegroups.com
обсуждение исходный текст
Список pgsql-novice
I am trying to set up my first trigger event without success, this is
basically
what i am trying to do.

I have information that is inserted from MS SQL SERVER into the main
table
cs_levels which resides on Postgres 8.1 on our Linux Red Hat Server.
When
a row is inserted into the cs_levels table I want a Trigger after
Insert to run
and then insert the 10 variables on that row into the archive table. I
have never
worked with triggers before but apparently i cannot pass variables into
a trigger
function, so how can i do an insert? I noticed a section on specific
variables
for trigger functions but its not very clear.

I could just run the insert query twice from MS SQL Server but i have
to use
triggers in other places and guessed i might as well face the music
now.

Thanks
David Phillips


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

Предыдущее
От: Chris Browne
Дата:
Сообщение: Re: postgres in realtime mode
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: postgres in realtime mode