Re: Error with functions

From: Jean-Michel Chabanne <jeanmichel(dot)chabanne(at)free(dot)fr>
To: shyamperi(at)davlin(dot)co(dot)in
Cc: pgsql-admin(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: Error with functions
Date: 2003-09-20 07:29:24
Message-ID: 3F6C01D4.7090000@free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-sql

shyamperi(at)davlin(dot)co(dot)in a écrit :

>Hey,
>create or replace function sample(varchar,int) returns varchar as'
>declare
> data alias for $1;
> size alias for $2;
>begin
> return substr(data,(length(data)-size)+1,length(data));
>end;
>' language 'plpgsql';
>____________________________
>WARNING: plpgsql: ERROR during compile of sample near line 2
>ERROR: parse error at or near ";"
>
>Can any body tell me why is this error coming
>-----
>Warm Regards
>Shÿam Peri
>
>II Floor, Punja Building,
>M.G.Road,
>Ballalbagh,
>Mangalore-575003
>Ph : 91-824-2451001/5
>Fax : 91-824-2451050
>
>
>DISCLAIMER: This message contains privileged and confidential information and is
>intended only for the individual named.If you are not the intended
>recipient you should not disseminate,distribute,store,print, copy or
>deliver this message.Please notify the sender immediately by e-mail if
>you have received this e-mail by mistake and delete this e-mail from
>your system.
>
>
> ------------------------------------------------------------------------
>
> Hey,
> create or replace function sample(varchar,int) returns varchar as'
> declare
> data alias for $1;
> size alias for $2;
> begin
> return substr(data,(length(data)-size)+1,length(data));
> end;
> ' language 'plpgsql';
>
> ____________________________
> WARNING: plpgsql: ERROR during compile of sample near line 2
> ERROR: parse error at or near ";"
>
> Can any body tell me why is this error coming
>
>-----
>Warm Regards
>Shÿam Peri
>
>II Floor, Punja Building,
>M.G.Road,
>Ballalbagh,
>Mangalore-575003
>Ph : 91-824-2451001/5
>Fax : 91-824-2451050
>
>
>
>
>
>
> * DISCLAIMER: This message contains privileged and confidential
> information and is intended only for the individual named.If you are
> not the intended recipient you should not
> disseminate,distribute,store,print, copy or deliver this
> message.Please notify the sender immediately by e-mail if you have
> received this e-mail by mistake and delete this e-mail from your system.*
>
>------------------------------------------------------------------------
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
>
Hi,

I juste did a copy/paste of your sample on my test DB. I didn't get any
error message and the function works fine.

I run PostgreSQL 7.3.3

--
Jean-Michel Chabanne
77450 MONTRY (FRANCE)
48" 54' N - 2" 49' E
Powered by Linux

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message S.P.Vimala 2003-09-20 07:47:25 Re: upgrade of 7.2.2-1 to 7.3.4
Previous Message Tomasz Myrta 2003-09-20 06:58:56 Re: Error with functions

Browse pgsql-sql by date

  From Date Subject
Next Message btober 2003-09-20 07:45:23 Re: auto_increment
Previous Message shyamperi 2003-09-20 07:00:42 Re: Error with functions