Hi , i have designed a trigger function called test2(Integer)

im trying to use it with a trigger but get errors that function cannot be found

Trigger statement is

CREATE TRIGGER "new_trigger566" BEFORE INSERT
ON "customer" FOR EACH ROW
EXECUTE PROCEDURE test2("primary");


get the error test2() cannot be found

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to