plpgsql function
Started by chinniover 21 years ago2 messagesgeneral
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
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