Hi!
I don't know if this is missing feature or bug, but just to report this.
If I create functions like
create or replace function example(out data varchar) returns setof record as
$$
select data from table
$$ language sql;
pgAdmin displays it without 'returns setof record'.