Re: Functions, composite types and Notice - Mailing list pgsql-general

From Tom Lane
Subject Re: Functions, composite types and Notice
Date
Msg-id 18967.1170347139@sss.pgh.pa.us
Whole thread Raw
In response to Functions, composite types and Notice  ("Hakan Kocaman" <Hakan.Kocaman@digame.de>)
Responses Re: Functions, composite types and Notice
List pgsql-general
"Hakan Kocaman" <Hakan.Kocaman@digame.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

pgsql-general by date:

Previous
From: "Demel, Jeff"
Date:
Subject: Subqueries - performance and use question
Next
From: Rodrigo Gonzalez
Date:
Subject: Re: I "might" have found a bug on 8.2.1 win32