and i have to check for $myarray[3] == 't' if i want to check for a true
value? why?
i just need to know that there was some actual logic behind this.
thanks,
marc britten
you need to enable plpgsql AND use it as the lang of your function so
LANGUAGE 'plpgsql';
thanks
-Original Message-----
From: Marc Britten
Sent: Tuesday, June 20, 2000 10:11 AM
To: 'Matthias Teege'; [EMAIL PROTECTED]
Subject: RE: [GENERAL] Trigger with delete
2 thin
2 things
one, you need to enable plpgsql as a lang
see
http://www.postgresql.org/docs/programmer/xplang.htm#XPLANG-TITLE
for details
two , triggers need to call functions that return 'opaque'. so after delete
add return NEW;
-Original Message-
From: Matthias Teege [mailto:[EMAIL PROTE