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'.

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

              http://www.postgresql.org/docs/faq

Reply via email to