Hi, I've got a very simply in my mind problem with trigger functions.
My functions returns SKIP in some cases.
But when i execute a statement with psql or with api
postgresql didn't return error but in psql:
DELETE 0
or
INSERT 0 0
and in my CGI scipts situation is the same.
how can i find that execute was broken by trigger ?
Thanks in advance