how to create a simple trigger

Started by Peter Choeabout 25 years ago1 messagesgeneral
Jump to latest
#1Peter Choe
choepete@mindspring.com

i want to be able to create a trigger such that when i insert
information in one table, two other tables will also get a value
inserted. when i looked at the documentation for triggers and functions
(which i personally find daunting), i found out about pl/pgsql and
creating functions.

but how do i pass a parameter from the trigger to the function?

peter choe