Re: Should we still require RETURN in plpgsql?

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Should we still require RETURN in plpgsql?
Date: 2005-04-05 06:40:22
Message-ID: 425232D6.1030606@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I am thinking we should allow exit by falling off the end of the
> function when (a) it has output parameter(s), or (b) it is declared
> "RETURNS void". Comments?

I agree - makes sense.

Chris

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dennis Bjorklund 2005-04-05 07:04:30 Re: Should we still require RETURN in plpgsql?
Previous Message Tom Lane 2005-04-05 06:28:23 Should we still require RETURN in plpgsql?