sql/trigger question...arguments?

Поиск
Список
Период
Сортировка
От chris markiewicz
Тема sql/trigger question...arguments?
Дата
Msg-id 016001c02a45$ce964b00$dbb846c6@cmarkiewicz
обсуждение исходный текст
Ответы RE: sql/trigger question...arguments?  ("chris markiewicz" <cmarkiew@commnav.com>)
Список pgsql-general
hello.

i am new to triggers.  i am trying to write one that inserts a row into a
table (RESOURCE) everytime a new person (PERSON) is added to my db.  the
problem is that i want to include some data from the PERSON insert in the
RESOURCE insert.  (for example, the value of the PersonID field will be
entered into the ResourceID field.)  how do i pass info to a trigger?

thanks
chris


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

Предыдущее
От: "Dominic J. Eidson"
Дата:
Сообщение: Re: Fw: Redhat 7 and PgSQL
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Checking number of entries