[GENERAL] boolean isn't boolean?

2000-06-21 Thread Marc Britten
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

follow up RE: [GENERAL] Trigger with delete

2000-06-20 Thread 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

RE: [GENERAL] Trigger with delete

2000-06-20 Thread Marc Britten
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