Re: plpgsql function errors

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: "Juan Casero (FL FLC)" <Juan(dot)Casero(at)wholefoods(dot)com>
Cc: Postgresql General <pgsql-general(at)postgresql(dot)org>
Subject: Re: plpgsql function errors
Date: 2005-02-04 18:55:43
Message-ID: 20050204185542.GG14840@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Feb 04, 2005 at 12:44:35PM -0600, Juan Casero (FL FLC) wrote:
> Sorry about that. I did forget one parameter...
>
> customer_service=# select
> trx_id('JUANCASERO3055128218',805,'CREDIT','02/02/05','1','1','Aventura'
> ,'02/01/05','Tom');
> ERROR: function trx_id("unknown", integer, "unknown", "unknown",
> "unknown", "unknown", "unknown", "unknown", "unknown") does not exist
> HINT: No function matches the given name and argument types. You may
> need to add explicit type casts.

Please post the output of: \df+ trx_id

That will tell you what parameters it expects.
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Browse pgsql-general by date

  From Date Subject
Next Message David Fetter 2005-02-04 18:58:33 Re: Questions about functionality
Previous Message Martijn van Oosterhout 2005-02-04 18:31:01 Re: plpgsql function errors