Re: plpgsql function errors - Mailing list pgsql-general

From Juan Casero (FL FLC)
Subject Re: plpgsql function errors
Date
Msg-id 7583B3F1891CC0429FA4A44952AA539C0BD5A4@wfm-exchprd2.wfm.pvt
Whole thread Raw
In response to plpgsql function errors  ("Juan Casero (FL FLC)" <Juan.Casero@wholefoods.com>)
List pgsql-general
By the way.  I took your advice and redesigned the tables and the
function so that it is not needed to lock the table at all.  I assume
this work because of MVCC.

Thanks,
juan

-----Original Message-----
From: Martijn van Oosterhout [mailto:kleptog@svana.org]
Sent: Friday, February 04, 2005 1:56 PM
To: Juan Casero (FL FLC)
Cc: Postgresql General
Subject: Re: [GENERAL] plpgsql function errors

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@svana.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.

pgsql-general by date:

Previous
From: "Juan Casero (FL FLC)"
Date:
Subject: Re: plpgsql function errors
Next
From: Mike Rylander
Date:
Subject: Re: Help with strange join