Re: function problems - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: function problems
Date
Msg-id 4CE301E8.30504@iol.ie
Whole thread Raw
In response to function problems  (Christine Penner <chris@fp2.ca>)
List pgsql-general
On 16/11/2010 21:27, Christine Penner wrote:
> Select S_TRAINING_TITLE as Display from System Limit 1;

Looking again at your function, I think this (and other similar lines)
should be

    select s_training_title into display ....

- i.e. "into" instead of "as".

HTH,

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

pgsql-general by date:

Previous
From: Christine Penner
Date:
Subject: Re: function problems
Next
From: Christine Penner
Date:
Subject: Re: function problems