Re: can external C-function get multiple rows? - Mailing list pgsql-interfaces

From Alex Pilosov
Subject Re: can external C-function get multiple rows?
Date
Msg-id Pine.BSO.4.10.10104261125070.17529-100000@spider.pilosoft.com
Whole thread Raw
In response to Re: can external C-function get multiple rows?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
On Thu, 26 Apr 2001, Tom Lane wrote:

> Alexey Nalbat <alexey@price.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



pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: can external C-function get multiple rows?
Next
From: "Shane Hansen"
Date:
Subject: persistent connection with c++