Hi,
I have stored procedure that takes input parameter of table type.
procedure test( name samptable type);
My table has the structure like
table: samptable( name chracter varying; address text[]; )
So how shoul i pass the values to the function to fill the table.