Re: using of select (myfunction()).* is so slow - Mailing list pgsql-sql

From Pavel Stehule
Subject Re: using of select (myfunction()).* is so slow
Date
Msg-id AANLkTimj0G=OKMSBknPh76_o5EXyG4tWvshZufKaO1mW@mail.gmail.com
Whole thread Raw
In response to Re: using of select (myfunction()).* is so slow  (Gerardo Herzig <gherzig@fmed.uba.ar>)
Responses Re: using of select (myfunction()).* is so slow  (Gerardo Herzig <gherzig@fmed.uba.ar>)
List pgsql-sql
>>
>
> Mmmmm ok Thanks...So there is no workaround/alternative to this?
>

yes, (SELECT x.* from func(...) x) instead SELECT (func(...)).*

regards

Pavel Stehule

> Gerardo
>
>


pgsql-sql by date:

Previous
From: Gerardo Herzig
Date:
Subject: Re: using of select (myfunction()).* is so slow
Next
From: Gerardo Herzig
Date:
Subject: Re: using of select (myfunction()).* is so slow