I have a function in my postgresql database that get as an argument text : func1 (arg1 text);
I summon it many times somethimes with strings as arguments and some times as interger. I know that in oracle we can send int as an argument to a function that get string argument. Is it possible in postgresql ? I must use casting ?