....I want to return mre than 1 arg
create function func(varchar)--> returns var1, var2 ....as '...'language 'sql';
How to deal with the return : The manual says to use SETOF can't figureout how that works no examples are given.
Feite