Re: [SQL] Urgent Help : Use of return from function/procedure.

2003-06-23 Thread Chad Thompson
Title: Urgent Help : Use of return from function/procedure.   - Original Message - From: Anagha Joshi To: [EMAIL PROTECTED] Sent: Sunday, June 22, 2003 11:42 PM Subject: [SQL] Urgent Help : Use of return from function/procedure. Hi, I'm new to pos

Re: [SQL] Urgent Help : Use of return from function/procedure.

2003-06-23 Thread Richard Huxton
On Monday 23 Jun 2003 6:42 am, Anagha Joshi wrote: > Hi, > I'm new to postgres and using version 7.2.4 > > I've created a trigger and function which does the following: > trigger 'T' fires after insert on a spcific table takes place > and it executes function 'F' > > Function 'F' returns the

[SQL] Urgent Help : Use of return from function/procedure.

2003-06-22 Thread Anagha Joshi
Title: Urgent Help : Use of return from function/procedure. Hi, I'm new to postgres and using version 7.2.4 I've created a trigger and function which does the following:     trigger 'T' fires after insert on a spcific table takes place and it executes function 'F' Function 'F' retur