Trigger Procedures question - Mailing list pgsql-docs

From Jean-Francois Leveque
Subject Trigger Procedures question
Date
Msg-id 20010629152137.3713.qmail@webmails.com
Whole thread Raw
List pgsql-docs
I want to check something before
a delete is made.

I made a before delete trigger that
calls a procedure.

The procedure raises an exception
when I don't want the delete to be
made (I could also have returned NULL,
but wouldn't have get much information
from it).


The question is :
What do I return when I want the delete to be made ?

If I return OLD (known when deleting), maybe that
cancels the delete too.

I don't have NEW (known only on insert/update).

I couldn't find the answer in the docs.


Best regards,

Jean-Francois Leveque


______________________________________________________________________
Sur WebMailS.com, mon adresse de courrier �lectronique gratuite.
Service multilingue, s�r, et permanent. http://www.webmails.com/

pgsql-docs by date:

Previous
From: "Fred T. Krogh"
Date:
Subject: At your request
Next
From: "Jean-Sébastien ANDUJAR"
Date:
Subject: replication