Hi ,
How to test procedures with record type parameters.I have a procedure which takes test_ap ,basic and user_name as inputs.where test_ap is of record/row type,basic record array type and user_name charater varying.
I need to test the procedure in pgadmin.
test_client(test_ap test_base, basic test_base_detail[], user_name character varying)
Any suggestions plz.