Hi,
How would I make the following Oracle declaration in a Postgresql
function?
TYPE int_tab IS TABLE OF INTEGER INDEX BY binary_integer;
ids int_tab;
date_ids int_tab;
Request notifications