Re: PL/PGSQL - character varying as function argument - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: PL/PGSQL - character varying as function argument
Date
Msg-id 48DCEA66.8010403@iol.ie
Whole thread Raw
In response to Re: PL/PGSQL - character varying as function argument  (Raymond O'Donnell <rod@iol.ie>)
List pgsql-general
On 26/09/2008 14:52, Raymond O'Donnell wrote:
> begin
>   select into permission permtype from users
>     where uid = username;
>   return permtype;
> end

Whoops - that should be

    return permission;

That's enough good advice from me for today.... :-)

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: PL/PGSQL - character varying as function argument
Next
From: Stephan Szabo
Date:
Subject: Re: PL/PGSQL - character varying as function argument