Re: proposal sql: labeled function params

From: Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Decibel! <decibel(at)decibel(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: proposal sql: labeled function params
Date: 2008-08-18 15:25:03
Message-ID: 1219073103.17156.1.camel@huvostro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 2008-08-18 at 11:19 -0400, Bruce Momjian wrote:
> Is this a TODO?

I don't think we have a TODO yet.

Maybe a TBD :)

> ---------------------------------------------------------------------------
>
> Hannu Krosing wrote:
> > On Mon, 2008-08-18 at 08:53 +0200, Pavel Stehule wrote:
> > > 2008/8/17 Hannu Krosing <hannu(at)2ndquadrant(dot)com>:
> > > > On Sun, 2008-08-17 at 17:59 +0200, Pavel Stehule wrote:
> > > >> Hannu
> > > >>
> > > >> it's not possible in plpgsql, because we are not able iterate via record.
> > > >
> > > > just add function for iterating over record :)
> > >
> > > it's not easy, when iterating should be fast - when record's field has
> > > different types, than isn't possible cache execution plan.
> >
> > the iterator should convert them to some common type like TEXT
> >
> > ------------
> > Hannu
> >
> >
> >
> > --
> > Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> > To make changes to your subscription:
> > http://www.postgresql.org/mailpref/pgsql-hackers
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2008-08-18 15:25:57 Re: proposal sql: labeled function params
Previous Message Bruce Momjian 2008-08-18 15:19:56 Re: proposal sql: labeled function params