Re: 8.0.0 beta 2, void type

From: "Nick Hajek" <nhajek(at)vishay(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: 8.0.0 beta 2, void type
Date: 2004-09-15 13:10:35
Message-ID: ci9f1q$mjm$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> > 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
>
I didn't know about PERFORM so was just doing what I discovered would work.
Thanks for the tip.

Nick

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-09-15 13:55:00 Re: fedora core2 pgaccess
Previous Message Paramveer.Singh 2004-09-15 12:42:46 schema level variables