Re: Functions, composite types and Notice

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Hakan Kocaman" <Hakan(dot)Kocaman(at)digame(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Functions, composite types and Notice
Date: 2007-02-01 16:25:39
Message-ID: 18967.1170347139@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Hakan Kocaman" <Hakan(dot)Kocaman(at)digame(dot)de> 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-02-01 16:39:15 Re: How can I list the function.
Previous Message Hiltibidal, Robert 2007-02-01 16:10:57 Re: Compilation Error AIX