On Mon, Jun 27, 2011 at 2:22 PM, mephysto <gennaria(at)email(dot)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