Testing stored procedures

Posted by giri on Stack Overflow See other posts from Stack Overflow or by giri
Published on 2010-05-19T13:38:12Z Indexed on 2010/05/19 19:30 UTC
Read the original article Hit count: 171

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.

© Stack Overflow or respective owner

Related posts about testing

Related posts about stored-procedures