Re: argument type problem with plpgsql function

From: Luca Pireddu <luca(at)cs(dot)ualberta(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: argument type problem with plpgsql function
Date: 2005-11-23 05:41:11
Message-ID: 200511222241.11662.luca@cs.ualberta.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On November 22, 2005 20:24, Tom Lane wrote:
> Luca Pireddu <luca(at)cs(dot)ualberta(dot)ca> writes:
> > I just tried it at home on a postgresql 8.0.3 server (debian package) and
> > it worked the way it's supposed to. Puzzling...
>
> Maybe you have more than one blast_evalue() function with different
> argument types?
>

You were right! A blast_evalue(integer, integer, double precision). Thank
you for your help.

Luca

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Achilleus Mantzios 2005-11-23 08:44:38 Re: Triggers
Previous Message Tom Lane 2005-11-23 03:24:20 Re: argument type problem with plpgsql function