"Hakan Kocaman" <[EMAIL PROTECTED]> writes: > If you want to get the OUT-Params each as columns, you got to call it > this way: > =# select (public.check_notice(2,'hello')).*;
Try this way instead:
select * from public.check_notice(2,'hello');
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
http://archives.postgresql.org/
