Re: 8.0.0 beta 2, void type

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nick Hajek" <nhajek(at)vishay(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: 8.0.0 beta 2, void type
Date: 2004-09-15 05:00:33
Message-ID: 28753.1095224433@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Nick Hajek" <nhajek(at)vishay(dot)com> writes:
> I have moved a DB from 7.4.3 to 8.0.0b2 for testing and am
> experiencing some problems with the void type within pl functions.
> I am calling a function which returns a void from within another
> function and have defined a variable of type void to catch the
> returned value.

Er, why would you want to catch a void return value? Seems like
you ought to use a PERFORM statement.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Connamacher 2004-09-15 05:28:14 ECPG & Mac OS X
Previous Message Tom Lane 2004-09-15 04:44:19 Re: fedora core2 pgaccess