Hello all
I try to call such plpgsql function : do_something(int,int,date)All works if I call do_something(1,4,'01-01-2000');but if do_something(1,4,null) then inside function $1 and $2 is nullWhy ? :-(Thank you !!!