plpgsql function

Started by chinniover 21 years ago2 messagesgeneral
Jump to latest
#1chinni
naveen.bysani@gmail.com

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: chinni (#1)
Re: plpgsql function

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