Re: [HACKERS] trigger functions can only be called as triggers

2009-08-13 Thread Tom Lane
Peter Eisentraut writes: > Is there a reason why the function manager allows calling trigger functions > outside of triggers and forces the PLs to catch this case themselves? Is > there a case where calling trigger functions directly is useful? I think it's a matter of not wanting to slow down

[HACKERS] trigger functions can only be called as triggers

2009-08-13 Thread Peter Eisentraut
Is there a reason why the function manager allows calling trigger functions outside of triggers and forces the PLs to catch this case themselves? Is there a case where calling trigger functions directly is useful? -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make ch