Re: can external C-function get multiple rows?

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: can external C-function get multiple rows?
Date: 2001-04-26 15:25:43
Message-ID: Pine.BSO.4.10.10104261125070.17529-100000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Thu, 26 Apr 2001, Tom Lane wrote:

> Alexey Nalbat <alexey(at)price(dot)ru> writes:
> > So, can C-function return multiple rows?
>
> In 7.1 it is possible to do this by using the new function-call
> interface and adhering to the "functions returning sets" protocol
> described in src/backend/utils/fmgr/README.
ooo. Does plpgsql or pltcl support that?

-alex

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2001-04-26 15:38:04 Re: can external C-function get multiple rows?
Previous Message Tom Lane 2001-04-26 14:55:40 Re: c-function returning multiple rows