Re: select into composite type / return

From: Gary Stainburn <gary(dot)stainburn(at)ringways(dot)co(dot)uk>
To: pgsql-sql(at)lists(dot)postgresql(dot)org
Subject: Re: select into composite type / return
Date: 2021-03-22 11:01:41
Message-ID: 7dc52003-94f1-cc2d-7f87-2b14a3210857@ringways.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 22/03/2021 10:56, Pavel Stehule wrote:
> probably you can write
>
> D := do_breakdown(...);
>
> and it will be faster
>
> Pavel

That also worked, which surprised me as I thought I'd already Tried that.

Thanks.

Gary

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Pavel Stehule 2021-03-22 11:15:41 Re: select into composite type / return
Previous Message Pavel Stehule 2021-03-22 10:56:30 Re: select into composite type / return