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

From Gerardo Herzig
Subject Re: using of select (myfunction()).* is so slow
Date
Msg-id 1296821111.1100.3.camel@inca.fmed.uba.ar
Whole thread Raw
In response to Re: using of select (myfunction()).* is so slow  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-sql
El vie, 04-02-2011 a las 12:17 +0100, Pavel Stehule escribió:
> >>
> >
> > Mmmmm ok Thanks...So there is no workaround/alternative to this?
> >
> 
> yes, (SELECT x.* from func(...) x) instead SELECT (func(...)).*
> 
> regards
> 
> Pavel Stehule
> 
> > Gerardo
> >
> >
> 

Great, i will check that. Thanks again Pavel!

Gerardo



pgsql-sql by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: using of select (myfunction()).* is so slow
Next
From: bricklen
Date:
Subject: Re: How to checking the existance of constraints for a table?