Re: [INTERFACES] C tuples (For V7 please, hackers!)

Поиск
Список
Период
Сортировка
От John Huttley
Тема Re: [INTERFACES] C tuples (For V7 please, hackers!)
Дата
Msg-id 00e401bebdde$27dc7020$1401a8c0@Mr_Creosote.MWK.co.nz
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] Performance
Следующее
От: Vadim Mikheev
Дата:
Сообщение: Re: [INTERFACES] Performance