Re: dynamic crosstab - Mailing list pgsql-general

From Joe Conway
Subject Re: dynamic crosstab
Date
Msg-id 47B5A8D9.2060508@joeconway.com
Whole thread Raw
In response to Re: dynamic crosstab  (Balázs Klein <Balazs.Klein@t-online.hu>)
Responses Re: dynamic crosstab
List pgsql-general
Balázs Klein wrote:
>
> I was hoping that now with PG supporting plan invalidation it would
> be possible to return a recordset.

Plan invalidation has nothing to do with it. In Postgres a returned
recordset can be used as a row source in the FROM clause -- this
requires data type information to be known at parse time.

Joe


pgsql-general by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: a newbie question on table design
Next
From: Steve Atkins
Date:
Subject: Re: a newbie question on table design