Re: function problems

From: Christine Penner <chris(at)fp2(dot)ca>
To: Postgres-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: function problems
Date: 2010-11-16 21:57:32
Message-ID: 19740415002720.F8A591E3A3FA5EB0@edtnaa05.telusplanet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have seen other functions (written by others) that do this. So I
assume its ok. I'm open to suggestions though. As long as it works.

At 01:54 PM 16/11/2010, you wrote:
>On 16/11/2010 21:27, Christine Penner wrote:
>
>>create or replace function SubjectDisplay(IN subj varchar,IN meetCode
>>numeric,IN meetTrWP integer,OUT Display varchar)
>>
>>returns varchar as
>
>I'm not certain about this, but is it a mistake to mix OUT
>parameters and RETURNS?
>
>Ray.
>
>
>--
>Raymond O'Donnell :: Galway :: Ireland
>rod(at)iol(dot)ie
>
>--
>Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
>To make changes to your subscription:
>http://www.postgresql.org/mailpref/pgsql-general

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andy Colson 2010-11-16 22:06:10 Re: function problems
Previous Message Jorge Arévalo 2010-11-16 21:55:49 Programming error: Out of Memory