Scott Cain <[EMAIL PROTECTED]> writes: > I am trying to create audit tables for all of the tables in my > database. The function, table and trigger create statements are below. > Apparently, I am not doing it quite right, because I get these messages > when I try to run the create statements below:
Trigger functions don't take any explicit parameters. Everything they need they get through specialized mechanisms (in plpgsql, it's special variables like tgargv). regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster