Re: Datatypes in PL/PSQL functions with multiple arguments - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Datatypes in PL/PSQL functions with multiple arguments
Date
Msg-id 20050419151818.GA80847@winnie.fuhr.org
Whole thread Raw
In response to Datatypes in PL/PSQL functions with multiple arguments  (Benjamin Holmberg <benjamin.holmberg@gmail.com>)
List pgsql-general
On Tue, Apr 19, 2005 at 10:01:26AM -0500, Benjamin Holmberg wrote:
>
> When creating a function which accepts a single argument, things work just
> fine, variable can be used throughout the function as expected with no
> modification.
> When creating functions containing two or more arguments, I have to
> explicity cast the arguments whenever I use them (loading/casting into
> another variable is an option, haven't tried though) to prevent runtime
> errors. The functions get called just fine, but then run into problems using
> any of the given arguments.

Please post an example of what you're doing: a simple function, how
you're invoking it, and the error message(s).

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Datatypes in PL/PSQL functions with multiple arguments
Next
From: Daniel Schuchardt
Date:
Subject: What means Postgres?