Re: [INTERFACES] C tuples (For V7 please, hackers!) - Mailing list pgsql-interfaces

From John Huttley
Subject Re: [INTERFACES] C tuples (For V7 please, hackers!)
Date
Msg-id 00e401bebdde$27dc7020$1401a8c0@Mr_Creosote.MWK.co.nz
Whole thread Raw
List pgsql-interfaces
I've been recently moving apps between databases and have found that the
major
limitation with postgresql is the inability of stored procedures to return a
record set.

The aim should be to be able to transparently replace a table with a stored
procedure.

This might mean supplementing the existing function mechanism with something
new.


IMHO, this is _more_important_  than removing the 8K tuple limit.

Regards,


-----Original Message-----
From: Collin F. Lynch <clynch@water2.cs.umass.edu>
To: pgsql-interfaces@postgreSQL.org <pgsql-interfaces@postgreSQL.org>
Date: Thursday, 24 June 1999 02:54
Subject: [INTERFACES] C tuples


> Greetings,  I'm attempting to write some custom C code to access tuples
from within
>the database, more particularly to return tuples.  Externally I know that I
can make use of the
>psql sql access but what about internally?  The programmer's refrence
assures me that such a
>thing is possible but refuses to elaborate.
> Does anyone know how or where to obtain  such elaboration.
>
> Collin Lynch.
>



pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: [INTERFACES] Performance
Next
From: Vadim Mikheev
Date:
Subject: Re: [INTERFACES] Performance