Re: function problems

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Christine Penner <chris(at)fp2(dot)ca>
Cc: Postgres-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: function problems
Date: 2010-11-16 22:12:56
Message-ID: 4CE301E8.30504@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)iol(dot)ie

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Christine Penner 2010-11-16 22:13:09 Re: function problems
Previous Message Christine Penner 2010-11-16 22:11:01 Re: function problems