hi all,
how can we assign some values to a array variable in a plpgsqlfunction? something like,
array_element := {new.field1, new.field2, new.field3};
is it right? then, please correct this!
Regards,Bhuvaneswaran.