hi how to call a function with a row_type arg ?? that is the question
CREATE FUNCTION foo(tablename) returns int .....
SELECT foo ( ??????? );