Thread: plpgsql function

plpgsql function

From
naveen.bysani@gmail.com (chinni)
Date:
Hey guys I have written a plpgsql function which takes anyelement as
argument. If I pass a string as input It gives an error "invalid input
for integer" . Cant I pass any datatype for anyelement

Re: plpgsql function

From
Tom Lane
Date:
naveen.bysani@gmail.com (chinni) writes:
> Hey guys I have written a plpgsql function which takes anyelement as
> argument. If I pass a string as input It gives an error "invalid input
> for integer" . Cant I pass any datatype for anyelement

[ shrug ]  If you want useful help you're going to have to offer more
details than that.

            regards, tom lane