Re: Custom types as parameter in stored function - Mailing list pgsql-general

From Merlin Moncure
Subject Re: Custom types as parameter in stored function
Date
Msg-id BANLkTi=vsSS0QWMH5OzWLdaXLfhQMqxOjQ@mail.gmail.com
Whole thread Raw
In response to Re: Custom types as parameter in stored function  (mephysto <gennaria@email.it>)
List pgsql-general
On Mon, Jun 27, 2011 at 2:22 PM, mephysto <gennaria@email.it> wrote:
> Thank you Merlin.
>
> Now, Can I pass the select as an argument of my function?

sure:
select myfunc(populate_record(null::t, 'b=>9, a=>2'));

merlin

pgsql-general by date:

Previous
From: mephysto
Date:
Subject: Re: Custom types as parameter in stored function
Next
From: Craig Ringer
Date:
Subject: Re: Live records and number of records are differents...