Re: using of select (myfunction()).* is so slow

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Gerardo Herzig <gherzig(at)fmed(dot)uba(dot)ar>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: using of select (myfunction()).* is so slow
Date: 2011-02-04 11:17:44
Message-ID: AANLkTimj0G=OKMSBknPh76_o5EXyG4tWvshZufKaO1mW@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>
>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Gerardo Herzig 2011-02-04 12:05:11 Re: using of select (myfunction()).* is so slow
Previous Message Gerardo Herzig 2011-02-04 10:51:13 Re: using of select (myfunction()).* is so slow