Re: JOIN results of refcursor functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Milan Oparnica <milan(dot)opa(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: JOIN results of refcursor functions
Date: 2008-11-22 02:16:51
Message-ID: 21374.1227320211@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Milan Oparnica <milan(dot)opa(at)gmail(dot)com> writes:
> Is there any way to use INNER, LEFT and RIGHT JOIN between functions
> returning refcursor type.

No. Make them return setof whatever instead.

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Zagato 2008-11-22 02:31:36 Re: Interval Format
Previous Message Tom Lane 2008-11-22 02:15:41 Re: Interval Format